Skip to content

Commit c32440a

Browse files
committed
fix: upgrade JOSS paper build actions to v4 to resolve deprecation
1 parent 579f718 commit c32440a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/paper.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Paper Draft
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- name: TeX and PDF
1717
uses: docker://openjournals/paperdraft:latest
1818
with:
@@ -21,7 +21,7 @@ jobs:
2121
GIT_SHA: $GITHUB_SHA
2222
JOURNAL: joss
2323
- name: Upload
24-
uses: actions/upload-artifact@v1
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: paper
2727
path: paper/

0 commit comments

Comments
 (0)