Skip to content

Commit

Permalink
ci: upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard committed Oct 18, 2024
1 parent 0215a68 commit 36ceed7
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 @@ -15,7 +15,7 @@ jobs:
id: build

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ steps.build.outputs.zip_name }}
path: ${{ steps.build.outputs.zip_path }}

0 comments on commit 36ceed7

Please sign in to comment.