Skip to content

Commit

Permalink
Bump actions/upload-artifact to v4 (#37)
Browse files Browse the repository at this point in the history
* Bump actions/upload-artifact to v4

* fixup! Bump actions/upload-artifact to v4
  • Loading branch information
krestenlaust authored Feb 14, 2025
1 parent 3f825b7 commit a72056f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
# source_file: report-template/main.typ

- name: Upload PDF file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PDF
path: |
singlefile-template/main.pdf
#report-template/main.pdf
singlefile-template/main.pdf
6 changes: 3 additions & 3 deletions .github/workflows/create-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
rm singlefile-template/readme.txt report-template-empty/readme.txt
- name: Upload Singlefile-template
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: singlefile-template
path: singlefile-template

- name: Upload Report-template
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: report-template
path: report-template

- name: Upload Singlefile-template
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: report-template-empty
path: report-template-empty
Expand Down

0 comments on commit a72056f

Please sign in to comment.