Skip to content

Commit

Permalink
Merge pull request #167 from DeterminateSystems/fixup-artifacts
Browse files Browse the repository at this point in the history
ci: fixup upload-artifact action
  • Loading branch information
cole-h authored Sep 13, 2024
2 parents 682ea55 + 00bd2d1 commit 717ccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: "nix build .# -L --fallback"

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
# Artifact name
name: flakehub-push-X64-Linux
Expand Down

0 comments on commit 717ccf6

Please sign in to comment.