build(deps): bump actions/upload-artifact from 5 to 6 (#1119)

This commit is contained in:
dependabot[bot]
2025-12-16 06:30:40 -07:00
committed by GitHub
parent 87dc8f51ca
commit 9c0936f04a
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
fi
cargo nextest archive --archive-file nextest-archive-${{ matrix.rust }}-${{ matrix.test_config }}.tar.zst $PROFILE
- name: Upload archive to workflow
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: nextest-archive-${{ matrix.rust }}-${{ matrix.test_config }}
# NOTE: upload-artifact does not respect the working directory, we need to prefix it.