Skip to content

Commit b14624b

Browse files
committed
update upload-artifact
1 parent 562953b commit b14624b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
language: python
3030
fuzz-seconds: 60
3131
- name: Upload Crash
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
if: failure() && steps.build.outcome == 'success'
3434
with:
3535
name: artifacts

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: tox -e py39-bench-core -- --benchmark-json bench-core.json
102102

103103
- name: Upload data
104-
uses: actions/upload-artifact@v3
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: bench-core
107107
path: bench-core.json

0 commit comments

Comments
 (0)