Skip to content

Commit 068ce49

Browse files
build(deps): bump actions/upload-artifact from 4 to 6 (#2183)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc11dcf commit 068ce49

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
exit 0
5959
6060
- name: 💾 Upload Coverage
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v6
6262
if: always()
6363
with:
6464
name: coverage

.github/workflows/runner-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
echo "#### ✅ Published \`extester-runner-${VERSION}.vsix\` to Open VSX Registry" >> $GITHUB_STEP_SUMMARY
160160
161161
- name: 💾 Upload VSIX
162-
uses: actions/upload-artifact@v4
162+
uses: actions/upload-artifact@v6
163163
with:
164164
name: extester-runner-${{ env.VERSION }}.vsix
165165
path: packages/extester-runner/extester-runner-${{ env.VERSION }}.vsix

.github/workflows/runner-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: vsce ls extester-runner-${{ steps.version.outputs.version }}.vsix
5050

5151
- name: 💾 Upload VSIX
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v6
5353
with:
5454
name: extester-runner-${{ steps.version.outputs.version }}.vsix
5555
path: packages/extester-runner/extester-runner-${{ steps.version.outputs.version }}.vsix

.github/workflows/template-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ jobs:
8484
command: xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npm test
8585

8686
- name: 💾 Upload Screenshots
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v6
8888
if: failure() && inputs.nodejs != 'lts/*'
8989
with:
9090
name: screenshots-${{ matrix.os }}-${{ inputs.version }}-node_${{ inputs.nodejs }}
9191
path: ${{ github.workspace }}/tests/**/screenshots/**/*.png
9292

9393
- name: 💾 Upload Screenshots
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v6
9595
if: failure() && inputs.nodejs == 'lts/*'
9696
with:
9797
name: screenshots-${{ matrix.os }}-${{ inputs.version }}-node_lts

.github/workflows/template-runner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ jobs:
9898
command: xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npm run test:runner:ui
9999

100100
- name: 💾 Upload Screenshots
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v6
102102
if: failure() && inputs.nodejs != 'lts/*'
103103
with:
104104
name: runner-screenshots-${{ matrix.os }}-${{ inputs.version }}-node_${{ inputs.nodejs }}
105105
path: ${{ github.workspace }}/packages/extester-runner/**/screenshots/**/*.png
106106

107107
- name: 💾 Upload Screenshots
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v6
109109
if: failure() && inputs.nodejs == 'lts/*'
110110
with:
111111
name: runner-screenshots-${{ matrix.os }}-${{ inputs.version }}-node_lts

0 commit comments

Comments
 (0)