Skip to content

Commit

Permalink
chore: update upload/downloa artifcats GHA action
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Sep 4, 2024
1 parent af416ee commit a9051b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: 'poetry'
- name: build dist
run: poetry build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: dist/*
Expand All @@ -44,7 +44,7 @@ jobs:
id-token: write

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifacts
path: dist
Expand Down

0 comments on commit a9051b3

Please sign in to comment.