mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-05 21:51:09 +00:00
Merge pull request #1240 from adamhathcock/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
This commit is contained in:
2
.github/workflows/nuget-release.yml
vendored
2
.github/workflows/nuget-release.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
# Upload artifacts for verification
|
||||
- name: Upload NuGet Package
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: ${{ matrix.os }}-nuget-package
|
||||
path: artifacts/*.nupkg
|
||||
|
||||
2
.github/workflows/performance-benchmarks.yml
vendored
2
.github/workflows/performance-benchmarks.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
- name: Upload Benchmark Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: benchmark-results
|
||||
path: benchmark-results/
|
||||
|
||||
Reference in New Issue
Block a user