Skip to content

Commit 8ea3630

Browse files
authored
Update upload-artifact to v4.2.0
1 parent b92f125 commit 8ea3630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
tar -caf Release.zip SickoMenu.dll version.dll LICENSE
3232
3333
- name: Upload Release Artifact
34-
uses: actions/upload-artifact@v4.1.7
34+
uses: actions/upload-artifact@v4.2.0
3535
with:
3636
name: Release
3737
path: Release.zip
@@ -58,7 +58,7 @@ jobs:
5858
tar -caf Debug.zip SickoMenu.dll version.dll LICENSE
5959
6060
- name: Upload Debug Artifact
61-
uses: actions/upload-artifact@v4.1.7
61+
uses: actions/upload-artifact@v4.2.0
6262
with:
6363
name: Debug
6464
path: Debug.zip

0 commit comments

Comments
 (0)