Skip to content

Commit b40ec19

Browse files
authored
Updated actions/upload-artifact to v4
1 parent 3ce8cde commit b40ec19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows_builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
ls -l bin/
6161
6262
- name: Upload artifact windows-editor
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: ${{ github.job }}
66-
path: bin/*
66+
path: bin/*

0 commit comments

Comments
 (0)