Skip to content

Commit 1ec7047

Browse files
build(deps): bump actions/upload-artifact from 4 to 5 (#1090)
1 parent 47047d5 commit 1ec7047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slh-dsa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fi
7474
cargo nextest archive --archive-file nextest-archive-${{ matrix.rust }}-${{ matrix.test_config }}.tar.zst $PROFILE
7575
- name: Upload archive to workflow
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: nextest-archive-${{ matrix.rust }}-${{ matrix.test_config }}
7979
# NOTE: upload-artifact does not respect the working directory, we need to prefix it.

0 commit comments

Comments
 (0)