diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a39da2..4cd3502 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: id-token: write # This is required for requesting the JWT steps: - name: Download Workflow Artifact [GitHub Actions] - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: ${{ env.ARTIFACT_PREFIX }}* merge-multiple: true diff --git a/.github/workflows/release-go-task.yml b/.github/workflows/release-go-task.yml index 3c1f9fe..2961eaa 100644 --- a/.github/workflows/release-go-task.yml +++ b/.github/workflows/release-go-task.yml @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v6 - 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 }} @@ -198,7 +198,7 @@ jobs: steps: - 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.yml b/.github/workflows/sync-labels.yml index 7e983fa..fdef031 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -109,7 +109,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 }}*