Skip to content

Commit dd0f46a

Browse files
authored
Merge pull request #4759 from James-Yu/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 070b641 + 33c5e2f commit dd0f46a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
npm ci
2121
npm run release
2222
- name: Archive extension package
23-
uses: actions/upload-artifact@v5
23+
uses: actions/upload-artifact@v6
2424
with:
2525
name: latex-workshop
2626
path: latex-workshop-*.vsix

.github/workflows/texlive_on_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: xvfb-run -a npm run test | grep -v 'Failed to connect to the bus:\|is not in the list of known options\|gpu_memory_buffer_support_x11' ; test ${PIPESTATUS[0]} -eq 0
6363
- name: Archive test logs
6464
if: always()
65-
uses: actions/upload-artifact@v5
65+
uses: actions/upload-artifact@v6
6666
with:
6767
name: test-log
6868
path: test/log/**/*.log

.github/workflows/texlive_on_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: npm run test
6262
- name: Archive test logs
6363
if: always()
64-
uses: actions/upload-artifact@v5
64+
uses: actions/upload-artifact@v6
6565
with:
6666
name: test-log
6767
path: test/log/**/*.log

.github/workflows/texlive_on_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: npm run test
6666
- name: Archive test logs
6767
if: always()
68-
uses: actions/upload-artifact@v5
68+
uses: actions/upload-artifact@v6
6969
with:
7070
name: test-log
7171
path: test/log/**/*.log

0 commit comments

Comments
 (0)