Skip to content

Commit

Permalink
Update deno.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scgm0 authored Jul 16, 2024
1 parent ce3bcb7 commit 5707e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
- name: Run compile
run: deno task compile

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: csv2pot-linux
path: output/csv2pot
if-no-files-found: ignore

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: csv2pot-win
path: output/csv2pot.exe
Expand Down

0 comments on commit 5707e79

Please sign in to comment.