Skip to content

Commit 3b4fcb9

Browse files
committed
CI: Update actions/upload-artifact to use v4
v3 is deprecated since 2024 and CI builds automatically fail as a result. This is required to restore automated build functionality.
1 parent 88d558d commit 3b4fcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
source_file: src/main.typ
1717

1818
- name: Upload PDF file
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: PDF
2222
path: src/main.pdf

0 commit comments

Comments
 (0)