Skip to content

Commit

Permalink
bump upload-artifact action version (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Sep 21, 2024
1 parent 629b413 commit 64ab78d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/joss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
paper:
Expand All @@ -20,7 +23,7 @@ jobs:
GIT_SHA: $GITHUB_SHA
JOURNAL: joss
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: paper
path: paper/

0 comments on commit 64ab78d

Please sign in to comment.