Skip to content

Commit

Permalink
Updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSeverinsen committed Oct 22, 2024
1 parent f74cf67 commit b8f9e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: tar czvf out.tar.gz out

- name: Upload results for other jobs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: out
path: out.tar.gz
Expand All @@ -50,7 +50,7 @@ jobs:
- compile
steps:
- name: Download results
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: out

Expand Down

0 comments on commit b8f9e70

Please sign in to comment.