Skip to content

Commit

Permalink
Update actions/upload-artifact@v2 to actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Oct 11, 2022
1 parent d835f40 commit 80646f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build paclet
uses: WolframResearch/build-paclet@v1
- name: UploadArtifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: ${{ env.PACLET_BUILD_DIR }} # set during the build-paclet step
```
Expand Down

0 comments on commit 80646f7

Please sign in to comment.