diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fcd4d2c22..371c681cfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: ref: ${{ (inputs.tag != '' && !inputs.dry_run && inputs.image != 'operator') && format('refs/tags/{0}', inputs.tag) || github.ref }} - name: Download Artifacts - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: dist-${{ github.run_id }} path: ${{ github.workspace }}/dist diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3fd2bdb90..7b8767e76e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,7 +199,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload Coverage Report - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: cover-${{ github.run_id }}.html path: ${{ github.workspace }}/cover.html @@ -324,7 +324,7 @@ jobs: echo "json=$json" >> $GITHUB_OUTPUT - name: Upload Artifacts - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: dist-${{ github.run_id }} path: ${{ github.workspace }}/dist @@ -359,7 +359,7 @@ jobs: go-version: stable - name: Download Artifacts - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: dist-${{ github.run_id }} path: ${{ github.workspace }}/dist diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index c4ee89913e..6c8edb5094 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -187,7 +187,7 @@ jobs: - name: Upload profile to GitHub if: ${{ inputs.enable-experimental }} - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: conformance-profile-${{ inputs.image }}-${{ inputs.k8s-version }}-${{ steps.ngf-meta.outputs.version }} path: ./tests/conformance-profile.yaml @@ -208,7 +208,7 @@ jobs: - name: Upload profile to GitHub if: ${{ inputs.enable-experimental }} # add experimental flag to filter result upload - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: conformance-profile-inference-${{ inputs.image }}-${{ inputs.k8s-version }}-${{ steps.ngf-meta.outputs.version }}-${{ github.run_id }} path: ./tests/conformance-profile-inference.yaml diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 73e3c82976..6c59b36e62 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Download Artifacts - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: dist-${{ github.run_id }} path: ${{ github.workspace }}/dist diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index 742da1136a..79ab35c9c5 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -159,7 +159,7 @@ jobs: fi - name: Upload Artifacts - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: results-${{ matrix.type }} path: tests/results/**/*-${{ matrix.type }}.* @@ -185,7 +185,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Download Artifacts - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: path: tests/results/ merge-multiple: true diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 44174934f6..8347ca863f 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -52,7 +52,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: SARIF file path: results.sarif