build(deps): bump actions/upload-artifact from 4 to 5 (#2580)

This commit is contained in:
dependabot[bot]
2025-10-27 15:40:04 +01:00
committed by GitHub
parent f2f1594771
commit b88fdc76f5
6 changed files with 16 additions and 16 deletions

View File

@@ -138,7 +138,7 @@ jobs:
if: env.SHOULD_BUILD == 'yes'
- name: Upload vscode artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: vscode
path: ./vscode.tar.gz
@@ -261,7 +261,7 @@ jobs:
if: env.DISABLED != 'yes' && env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes'
- name: Upload assets
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: bin-${{ matrix.vscode_arch }}
path: assets/
@@ -376,7 +376,7 @@ jobs:
if: env.DISABLED != 'yes' && env.SHOULD_DEPLOY == 'yes' && (env.SHOULD_BUILD_REH != 'no' || env.SHOULD_BUILD_REH_WEB != 'no')
- name: Upload assets
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: reh-linux-${{ matrix.vscode_arch }}
path: assets/
@@ -461,7 +461,7 @@ jobs:
if: env.DISABLED != 'yes' && env.SHOULD_DEPLOY == 'yes' && (env.SHOULD_BUILD_REH != 'no' || env.SHOULD_BUILD_REH_WEB != 'no')
- name: Upload assets
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: reh-alpine-${{ matrix.vscode_arch }}
path: assets/