Skip to content

Commit 7ad02fe

Browse files
Update zfs-tests-functional.yml to use upload-artifacts v4
v2 of actions/upload-artifacts is deprecated and trying to use it causes automatic failure of the action.
1 parent 904f482 commit 7ad02fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zfs-tests-functional.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
sudo chmod +r $RESULTS_PATH/*
6464
# Replace ':' in dir names, actions/upload-artifact doesn't support it
6565
for f in $(find $RESULTS_PATH -name '*:*'); do mv "$f" "${f//:/__}"; done
66-
- uses: actions/upload-artifact@v2
66+
- uses: actions/upload-artifact@v4
6767
if: failure()
6868
with:
6969
name: Test logs Ubuntu-${{ matrix.os }}

0 commit comments

Comments
 (0)