Skip to content

Commit

Permalink
Update upload-artifact to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g0aty authored Sep 7, 2024
1 parent b92f125 commit 8ea3630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tar -caf Release.zip SickoMenu.dll version.dll LICENSE
- name: Upload Release Artifact
uses: actions/upload-artifact@v4.1.7
uses: actions/upload-artifact@v4.2.0
with:
name: Release
path: Release.zip
Expand All @@ -58,7 +58,7 @@ jobs:
tar -caf Debug.zip SickoMenu.dll version.dll LICENSE
- name: Upload Debug Artifact
uses: actions/upload-artifact@v4.1.7
uses: actions/upload-artifact@v4.2.0
with:
name: Debug
path: Debug.zip
Expand Down

0 comments on commit 8ea3630

Please sign in to comment.