diff --git a/.github/workflows/fuzzing.yaml b/.github/workflows/fuzzing.yaml index b15b65a255b..3670948001a 100644 --- a/.github/workflows/fuzzing.yaml +++ b/.github/workflows/fuzzing.yaml @@ -20,7 +20,7 @@ jobs: set -euo pipefail GOARCH=amd64 CPU=4 make fuzz - - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: failure() with: path: "${{env.TARGET_PATH}}/testdata/fuzz/**/*" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8425d1425fc..3006be25ff7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: run: | docker image save -o /tmp/etcd-img.tar gcr.io/etcd-development/etcd - name: upload-image - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: etcd-img path: /tmp/etcd-img.tar diff --git a/.github/workflows/robustness-template.yaml b/.github/workflows/robustness-template.yaml index da09bacd67c..7eb27e85f27 100644 --- a/.github/workflows/robustness-template.yaml +++ b/.github/workflows/robustness-template.yaml @@ -79,7 +79,7 @@ jobs: exit 1 ;; esac - - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: name: ${{ inputs.artifactName }} diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 033a84e375d..0fb0832127a 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -42,7 +42,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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/tests-template.yaml b/.github/workflows/tests-template.yaml index 4ff357db3d5..6102ec2439c 100644 --- a/.github/workflows/tests-template.yaml +++ b/.github/workflows/tests-template.yaml @@ -66,7 +66,7 @@ jobs: exit 1 ;; esac - - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: name: "${{ matrix.target }}"