Skip to content

Commit 7cd2a50

Browse files
committed
Update GitHub Actions to use upload-artifact@v4
1 parent eba49e2 commit 7cd2a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
journal: joss
3636
# This should be the path to the paper within your repo.
3737
paper-path: paper/paper.md
38-
- uses: actions/upload-artifact@v1
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
name: paper
4141
# This is the output path where Pandoc will write the compiled
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7373
- name: Archive test artifacts
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: test-output
7777
path: test/_output

0 commit comments

Comments
 (0)