Skip to content

Commit 6df4398

Browse files
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 226a5db commit 6df4398

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake_ctest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
zip -r "${ ARTIFACT_NAME }.zip" .
154154
155155
- name: Upload build artifacts
156-
uses: actions/upload-artifact@v3
156+
uses: actions/upload-artifact@v4
157157
with:
158158
name: ${{ env.ARTIFACT_NAME }}.zip
159159
path: ${{ env.ARTIFACTS_PATH }}/${{ env.ARTIFACT_NAME }}.zip
@@ -225,21 +225,21 @@ jobs:
225225

226226
# - name: Upload VST3 (Windows)
227227
# if: ${{ matrix.name == 'Windows' }}
228-
# uses: actions/upload-artifact@v3
228+
# uses: actions/upload-artifact@v4
229229
# with:
230230
# name: 'Distortion Designer.vst3.vst3'
231231
# path: '${{ env.VST3_PATH }}'
232232

233233
# - name: Upload Zip (Linux)
234234
# if: ${{ matrix.name == 'Linux' }}
235-
# uses: actions/upload-artifact@v3
235+
# uses: actions/upload-artifact@v4
236236
# with:
237237
# name: ${{ env.ARTIFACT_NAME }}.zip
238238
# path: '${{ env.ARTIFACTS_PATH }}/${{ env.ARTIFACT_NAME }}.zip'
239239

240240
# - name: Upload DMG (macOS)
241241
# if: ${{ matrix.name == 'macOS' }}
242-
# uses: actions/upload-artifact@v3
242+
# uses: actions/upload-artifact@v4
243243
# with:
244244
# name: ${{ env.ARTIFACT_NAME }}.zip
245245
# path: ${{ env.ARTIFACT_NAME }}.zip

0 commit comments

Comments
 (0)