1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Merge pull request #14388 from NixOS/dependabot/github_actions/actions/upload-artifact-5

build(deps): bump actions/upload-artifact from 4 to 5
This commit is contained in:
John Ericson 2025-11-04 18:14:06 +00:00 committed by GitHub
commit f2436a47bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,13 +125,13 @@ jobs:
cat coverage-reports/index.txt >> $GITHUB_STEP_SUMMARY
if: ${{ matrix.instrumented }}
- name: Upload coverage reports
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: coverage-reports
path: coverage-reports/
if: ${{ matrix.instrumented }}
- name: Upload installer tarball
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: installer-${{matrix.os}}
path: out/*