Compare commits
No commits in common. "9717e5c43eb47aadc268e82ac86a0d8040e2435b" and "cef0ca2a73aac9a96aec2a3d5caa555c79cfb3e8" have entirely different histories.
9717e5c43e
...
cef0ca2a73
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: latexmk -pdf -xelatex ${{ env.FILE }}
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: https://git.kjan.de/actions/upload-artifact@v3 # Do not upgrade
|
||||
uses: https://git.kjan.de/actions/upload-artifact@v4
|
||||
with:
|
||||
name: Doku
|
||||
path: docs/projektdokumentation.pdf
|
||||
|
|
Reference in a new issue