Skip to content

Commit

Permalink
ci: update GH action version
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Dec 3, 2024
1 parent 7078365 commit f17645e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Upload sdist to be used for other jobs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: dist/caso-${{ env.VERSION }}.tar.gz
name: caso-${{ env.VERSION }}.tar.gz
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Download sdist artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: caso-${{ env.VERSION }}.tar.gz
path: dist
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Download sdist artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: caso-${{ env.VERSION }}.tar.gz
path: dist
Expand Down

0 comments on commit f17645e

Please # to comment.