Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Updated from upload-artifact@v2 to @v4, as @V3 will be deprecated as of Nov. 30 2024 (1,5months)
  • Loading branch information
fschledorn authored Sep 12, 2024
1 parent 5f1a61b commit ae56ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
apk add g++
apk add zip
make script zip
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: PDF
path: vorkurs.pdf
Expand All @@ -25,4 +25,4 @@ jobs:
files: |
vorkurs.pdf
vorkurs.zip

0 comments on commit ae56ad1

Please sign in to comment.