diff --git a/.github/workflows/publish-go-nightly-task.yml b/.github/workflows/publish-go-nightly-task.yml index e47017ea..d0bb0c29 100644 --- a/.github/workflows/publish-go-nightly-task.yml +++ b/.github/workflows/publish-go-nightly-task.yml @@ -117,7 +117,7 @@ jobs: go-version-file: go.mod - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }} path: ${{ env.DIST_DIR }} @@ -229,7 +229,7 @@ jobs: echo "TAG=$TAG" >>"$GITHUB_ENV" - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: merge-multiple: true path: ${{ env.DIST_DIR }} @@ -263,7 +263,7 @@ jobs: - name: Download artifact if: steps.aws-determination.outputs.publish == 'true' - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: ${{ env.ARTIFACT_PREFIX }}* merge-multiple: true diff --git a/.github/workflows/publish-go-tester-task.yml b/.github/workflows/publish-go-tester-task.yml index 96640599..6d036409 100644 --- a/.github/workflows/publish-go-tester-task.yml +++ b/.github/workflows/publish-go-tester-task.yml @@ -159,7 +159,7 @@ jobs: steps: - name: Download build artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 - name: Create checksum file run: | diff --git a/.github/workflows/release-go-task.yml b/.github/workflows/release-go-task.yml index b7022f03..c80beaa6 100644 --- a/.github/workflows/release-go-task.yml +++ b/.github/workflows/release-go-task.yml @@ -117,7 +117,7 @@ jobs: go-version-file: go.mod - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }} path: ${{ env.DIST_DIR }} @@ -223,7 +223,7 @@ jobs: echo "publish=${{ secrets.AWS_ROLE_TO_ASSUME != '' }}" >>$GITHUB_OUTPUT - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: ${{ env.ARTIFACT_PREFIX }}* merge-multiple: true diff --git a/.github/workflows/sync-labels-npm.yml b/.github/workflows/sync-labels-npm.yml index d3456c61..01c0019b 100644 --- a/.github/workflows/sync-labels-npm.yml +++ b/.github/workflows/sync-labels-npm.yml @@ -123,7 +123,7 @@ jobs: uses: actions/checkout@v6 - name: Download configuration file artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: merge-multiple: true pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*