Skip to content

Commit

Permalink
CI: update artifact-related actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Sep 17, 2024
1 parent 64148b0 commit ffea3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
fi
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-artifact
path: artifact/pandoc-plot*
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4

- name: Compress artifacts and move to assets
run: |
Expand Down

0 comments on commit ffea3b9

Please sign in to comment.