Skip to content

Commit 58adc7d

Browse files
bump actions/upload-artifact to v4 (#1422)
1 parent c2bf9df commit 58adc7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
shell: cmd
3333
working-directory: buildWin32_x64/Apps/Playground/RelWithDebInfo
3434
- name: Upload Errors images artifact
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v4
3636
if: failure()
3737
with:
3838
name: ErrorImages
3939
path: |
4040
buildWin32_x64/Apps/Playground/Errors
4141
- name: Upload Result images artifact
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: ResultImages
4545
path: |

0 commit comments

Comments
 (0)