Skip to content

Commit 933e7b1

Browse files
Update actions/upload-artifact action to v5
1 parent ce4167f commit 933e7b1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Find the package
4343
run: 'echo PKG=`find ./dist -name "*.${{ matrix.package_type }}"` >> $GITHUB_ENV'
4444
- name: Archive package as an artifact
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: package
4848
path: ${{ env.PKG }}
@@ -106,7 +106,7 @@ jobs:
106106
- name: Find the package
107107
run: 'echo PKG=`find ./dist -name "*.${{ matrix.package_type }}"` >> $GITHUB_ENV'
108108
- name: Archive package as an artifact
109-
uses: actions/upload-artifact@v3
109+
uses: actions/upload-artifact@v5
110110
with:
111111
name: package
112112
path: ${{ env.PKG }}
@@ -166,7 +166,7 @@ jobs:
166166
GENERATOR: ${{ matrix.generator }}
167167
EXTRA_ARGS: ${{ matrix.args }}
168168
VCVER: ${{ matrix.vcver }}
169-
- uses: actions/upload-artifact@v3
169+
- uses: actions/upload-artifact@v5
170170
with:
171171
name: package
172172
path: '*.zip'
@@ -182,7 +182,7 @@ jobs:
182182
fetch-depth: 0
183183
- name: MacOS Build
184184
run: ./devops/build/ci-run.macos.sh
185-
- uses: actions/upload-artifact@v3
185+
- uses: actions/upload-artifact@v5
186186
with:
187187
name: package
188188
path: '*.zip'

0 commit comments

Comments
 (0)