Skip to content

Commit 3a3fe3e

Browse files
mstevebCopilot
andcommitted
Update upload-artifact action from v3 to v4
v3 is deprecated. Use v4 which is the current stable version. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4d95296 commit 3a3fe3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
7z a jimsh.zip jimsh.exe jimsh_debug.exe /c/msys64/mingw32/bin/{libcrypto-*.dll,libgcc_s_dw2-1.dll,libsqlite3-0.dll,libssl-*.dll,libwinpthread-1.dll,zlib1.dll}
6060
6161
- name: Upload artifacts
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: jimsh-windows
6565
path: jimsh.zip

0 commit comments

Comments
 (0)