Skip to content

Commit

Permalink
Switch to v4 of the upload-artifact github action in CI
Browse files Browse the repository at this point in the history
v3 has been deprecated and is no longer functional: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Signed-off-by: Daniel Burgener <[email protected]>
  • Loading branch information
dburgener committed Feb 7, 2025
1 parent 0095907 commit dfabf5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/epub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run the build
run: make epub
- name: Archive the rendering
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: EPUB rendering
path: ./epub/SELinux_Notebook.azw3
2 changes: 1 addition & 1 deletion .github/workflows/html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run the build
run: make html
- name: Archive the rendering
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: HTML rendering
path: ./html/SELinux_Notebook.html
2 changes: 1 addition & 1 deletion .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run the build
run: make pdf
- name: Archive the rendering
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PDF rendering
path: ./pdf/SELinux_Notebook.pdf

0 comments on commit dfabf5f

Please sign in to comment.