Skip to content

Commit

Permalink
Merge pull request #4099 from James-Yu/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
James-Yu authored Dec 18, 2023
2 parents d737cce + 899ae2f commit 1e1f846
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
npm ci
npm run release
- name: Archive extension package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: latex-workshop
path: latex-workshop-*.vsix
2 changes: 1 addition & 1 deletion .github/workflows/texlive_on_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
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
- name: Archive test logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-log
path: test/log/*.log
2 changes: 1 addition & 1 deletion .github/workflows/texlive_on_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: npm run test
- name: Archive test logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-log
path: test/log/*.log
2 changes: 1 addition & 1 deletion .github/workflows/texlive_on_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: npm run test
- name: Archive test logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-log
path: test/log/*.log

0 comments on commit 1e1f846

Please sign in to comment.