Skip to content

Commit 3a17703

Browse files
chore(deps): update github actions: artifact
1 parent 89e4182 commit 3a17703

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Upload the fuzzer output
3636
- name: Archive fuzz tar
37-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
37+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
3838
with:
3939
name: fuzz_tar
4040
path: fuzz.tar
@@ -63,7 +63,7 @@ jobs:
6363
- curl_fuzzer
6464
- fuzz_url
6565
steps:
66-
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4
66+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
6767
with:
6868
name: fuzz_tar
6969
- name: Unpack fuzzer ${{ matrix.fuzzer }}
@@ -77,7 +77,7 @@ jobs:
7777
fuzz-seconds: 120
7878
dry-run: false
7979
- name: Upload Crash
80-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
80+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8181
if: failure()
8282
with:
8383
name: artifacts

0 commit comments

Comments
 (0)