Skip to content

Commit

Permalink
ci(linux): use upload-artifact@v3 to upload vscode artifact [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 27, 2024
1 parent b5c6d4e commit 54643d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/insider-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
if: env.SHOULD_BUILD == 'yes'

- name: Upload vscode artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: vscode
path: ./vscode.tar.gz
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
- name: Upload assets
uses: actions/upload-artifact@v4
with:
name: reh-${{ matrix.vscode_arch }}
name: reh-linux-${{ matrix.vscode_arch }}
path: assets/
retention-days: 3
if: env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true'
Expand Down Expand Up @@ -351,9 +351,9 @@ jobs:
if: env.SHOULD_BUILD_REH != 'no' && env.SHOULD_DEPLOY == 'yes'

- name: Upload assets
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: reh-${{ matrix.vscode_arch }}
name: reh-alpine-${{ matrix.vscode_arch }}
path: assets/
retention-days: 3
if: env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
if: env.SHOULD_BUILD == 'yes'

- name: Upload vscode artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: vscode
path: ./vscode.tar.gz
Expand Down Expand Up @@ -286,9 +286,9 @@ jobs:
if: env.SHOULD_BUILD_REH != 'no' && env.SHOULD_DEPLOY == 'yes'

- name: Upload assets
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: reh-${{ matrix.vscode_arch }}
name: reh-linux-${{ matrix.vscode_arch }}
path: assets/
retention-days: 3
if: env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true'
Expand Down

0 comments on commit 54643d2

Please sign in to comment.