Skip to content

Commit 81d9d23

Browse files
committed
update upload artifact action
1 parent 075df45 commit 81d9d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
dir
6262
7z a rengfx_win_builddir.7z .
6363
- name: 'Upload Artifacts'
64-
uses: actions/upload-artifact@v2
64+
uses: actions/upload-artifact@v3
6565
with:
6666
name: rengfx-win-builddir
6767
path: rengfx_win_builddir.7z

0 commit comments

Comments
 (0)