Skip to content

Commit

Permalink
CI: Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Sep 17, 2024
1 parent d3b1fc2 commit ed5b27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
folder: public/build # The folder the action should deploy.

- name: 📤 Upload Pdf demo notebook
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: demo
path: notebooks/demo.pdf
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
echo "##[set-output name=version;]${JAR_VERSION}"
- name: 📤 Upload JAR
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: markdown-${{ steps.jar-version.outputs.version }}.jar
path: target/markdown-${{ steps.jar-version.outputs.version }}.jar

0 comments on commit ed5b27e

Please sign in to comment.