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

Merge pull request #14389 from NixOS/dependabot/github_actions/actions/download-artifact-6

build(deps): bump actions/download-artifact from 5 to 6
This commit is contained in:
John Ericson 2025-11-04 18:13:45 +00:00 committed by GitHub
commit 83ddfaebf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,7 +164,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Download installer tarball - name: Download installer tarball
uses: actions/download-artifact@v5 uses: actions/download-artifact@v6
with: with:
name: installer-${{matrix.os}} name: installer-${{matrix.os}}
path: out path: out