Skip to content

Commit 94e5f9e

Browse files
committed
ci
1 parent 3a8754f commit 94e5f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ jobs:
125125
# upload tmp.zip if fails
126126
- name: upload failed notebook.tex
127127
if: failure()
128-
uses: actions/upload-artifact@v3
128+
uses: actions/upload-artifact@v4
129129
with:
130130
path: notebook.tex
131131

132132
- name: Upload pdf
133-
uses: actions/upload-artifact@v3
133+
uses: actions/upload-artifact@v4
134134
with:
135135
name: test_output
136136
path: tests/test_output

0 commit comments

Comments
 (0)