build(deps): bump actions/upload-artifact from 4 to 5 (#1090)

This commit is contained in:
dependabot[bot]
2025-11-21 18:43:53 -07:00
committed by GitHub
parent 47047d5c31
commit 1ec7047fb2
+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@v4
uses: actions/upload-artifact@v5
with:
name: nextest-archive-${{ matrix.rust }}-${{ matrix.test_config }}
# NOTE: upload-artifact does not respect the working directory, we need to prefix it.