Skip to content

Commit e219812

Browse files
committed
Migrate to upload-artifact@v4, as v3 is obsolete.
1 parent c7d29e9 commit e219812

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_with_visualstudio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ jobs:
9999
cp README derived/dist/Catapult/doc
100100
101101
- name: Upload Windows VC redistributable
102-
uses: actions/upload-artifact@v3
102+
uses: actions/upload-artifact@v4
103103
with:
104104
name: ${{ steps.catapult.outputs.target_file }}.zip
105105
path: derived/dist
106106

107107
- name: Upload Windows VC debug symbols
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: ${{ steps.catapult.outputs.target_file_pdb }}.zip
111111
path: derived/**/*.pdb

0 commit comments

Comments
 (0)