Skip to content

Commit 5938524

Browse files
committed
Bump actions/upload-artifacts version
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 886b2bf commit 5938524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
make docs V=1
3636
cp doc/bn.pdf bn-${{ github.run_id }}.pdf
3737
- name: upload PDF
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: bn-${{ github.run_id }}.pdf
4141
path: bn-${{ github.run_id }}.pdf

0 commit comments

Comments
 (0)