Skip to content

Commit

Permalink
Merge pull request #82 from DavHau/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
DavHau authored Dec 19, 2023
2 parents cb0beb5 + 4b00885 commit 2b09aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-portable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: 'nix build -L .#defaultPackage.${{ matrix.system }}'

- name: Archive result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nix-portable-${{ matrix.system }}
path: result/bin/nix-portable
Expand Down

0 comments on commit 2b09aa3

Please sign in to comment.