Skip to content

Commit dfabf5f

Browse files
committed
Switch to v4 of the upload-artifact github action in CI
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]>
1 parent 0095907 commit dfabf5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/epub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run the build
2121
run: make epub
2222
- name: Archive the rendering
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: EPUB rendering
2626
path: ./epub/SELinux_Notebook.azw3

.github/workflows/html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run the build
2121
run: make html
2222
- name: Archive the rendering
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: HTML rendering
2626
path: ./html/SELinux_Notebook.html

.github/workflows/pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run the build
2121
run: make pdf
2222
- name: Archive the rendering
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: PDF rendering
2626
path: ./pdf/SELinux_Notebook.pdf

0 commit comments

Comments
 (0)