Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 9f5db47 commit cd81148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: index
path: |
Expand All @@ -29,7 +29,7 @@ jobs:
glob_root_file: true
latexmk_shell_escape: true
work_in_root_file_dir: true
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dutch
path: "Dutch*/*/*.pdf"
Expand All @@ -44,7 +44,7 @@ jobs:
glob_root_file: true
latexmk_shell_escape: true
work_in_root_file_dir: true
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: english
path: "English*/*/*/*.pdf"
Expand Down

0 comments on commit cd81148

Please sign in to comment.