Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent 71c99ae commit 774a0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Tar files
run: tar -czvf artifacts.tar.gz dist/
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts.tar.gz

0 comments on commit 774a0ba

Please sign in to comment.