Skip to content

Commit

Permalink
Update upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenlaust authored Jan 13, 2025
1 parent 3f825b7 commit 1a0b151
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 All @@ -55,4 +55,4 @@ jobs:
files: |
singlefile-template.zip
report-template.zip
report-template-empty.zip
report-template-empty.zip

0 comments on commit 1a0b151

Please sign in to comment.