1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-07 17:41:00 +01:00

Merge pull request #13737 from NixOS/dependabot/github_actions/actions/download-artifact-5

build(deps): bump actions/download-artifact from 4 to 5
This commit is contained in:
Jörg Thalheim 2025-08-12 15:43:43 +02:00 committed by GitHub
commit ffe5c1ecb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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