Skip to content

Commit

Permalink
chore(build): Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasOrs committed Nov 10, 2024
1 parent 542033d commit af7f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: deno task build
- name: Upload Executables as Artifacts
if: github.ref_type == 'branch'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ format('dash-{0}-{1}-{2}', github.run_id, github.run_number, github.run_attempt) }}
path: 'executables/*'
Expand Down

0 comments on commit af7f042

Please sign in to comment.