Skip to content

Commit

Permalink
Merge pull request #13 from HiSPARC/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
153957 authored Dec 18, 2023
2 parents 9f5db47 + 0602c58 commit f0e71c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- run: mv index/* ./
- run: mkdir nl
- run: mv dutch/Dutch/*/*.pdf ./nl/
Expand Down

0 comments on commit f0e71c4

Please sign in to comment.