Skip to content

Commit

Permalink
[GA] Update artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJaume authored Jan 16, 2025
1 parent 148cf8e commit 7568efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build
run: python -m build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-output
path: dist/opuscleaner-*.*
Expand All @@ -43,7 +43,7 @@ jobs:

- uses: actions/setup-python@v3

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build-output
path: dist
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build-output
path: dist
Expand Down

0 comments on commit 7568efd

Please sign in to comment.