Skip to content

Commit

Permalink
ci: fixup upload-artifact action
Browse files Browse the repository at this point in the history
The download-artifact and upload-artifact actions need to be the same
version.
  • Loading branch information
cole-h committed Sep 13, 2024
1 parent 682ea55 commit ccc6609
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.1.7
with:
# Artifact name
name: flakehub-push-X64-Linux
Expand Down

0 comments on commit ccc6609

Please sign in to comment.