build(deps): bump actions/upload-artifact from 6 to 7 (#1240)

This commit is contained in:
dependabot[bot]
2026-03-26 13:20:15 -06:00
committed by GitHub
parent 7b0ffd01c1
commit 8d862f25c2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
} >> "$GITHUB_STEP_SUMMARY"
- name: Upload mutation results
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: always()
with:
name: mutants-${{ matrix.package }}
+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@v6
uses: actions/upload-artifact@v7
with:
name: nextest-archive-${{ matrix.rust }}-${{ matrix.test_config }}
# NOTE: upload-artifact does not respect the working directory, we need to prefix it.