mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-03-26 05:48:32 +00:00
fix: Update actions/upload-artifact
to version v4
- see https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
This commit is contained in:
parent
b4923d0d38
commit
002498766f
2
.github/workflows/build-examples.yml
vendored
2
.github/workflows/build-examples.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
- name: Build examples
|
||||
run: cd examples && bash build-examples.sh && cd ..
|
||||
- name: Add generated example files
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-files
|
||||
path: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user