We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47047d5 commit 1ec7047Copy full SHA for 1ec7047
.github/workflows/slh-dsa.yml
@@ -73,7 +73,7 @@ jobs:
73
fi
74
cargo nextest archive --archive-file nextest-archive-${{ matrix.rust }}-${{ matrix.test_config }}.tar.zst $PROFILE
75
- name: Upload archive to workflow
76
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
77
with:
78
name: nextest-archive-${{ matrix.rust }}-${{ matrix.test_config }}
79
# NOTE: upload-artifact does not respect the working directory, we need to prefix it.
0 commit comments