Skip to content

Commit

Permalink
Update version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Dec 5, 2024
1 parent 6023b0f commit 6a7a77f
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 @@ -29,7 +29,7 @@ jobs:
cd out
7z -r a ${{ github.workspace }}/biohazard-utils.zip *.exe *.dll *.config README.md CHANGELOG.md LICENSE
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: biohazard-utils
path: out/**/*
Expand Down

0 comments on commit 6a7a77f

Please sign in to comment.