Skip to content

Commit b1977eb

Browse files
committed
chore: update upload/downloa artifcats GHA action
1 parent 7051d22 commit b1977eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: 'poetry'
2121
- name: build dist
2222
run: poetry build
23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: artifacts
2626
path: dist/*
@@ -44,7 +44,7 @@ jobs:
4444
id-token: write
4545

4646
steps:
47-
- uses: actions/download-artifact@v3
47+
- uses: actions/download-artifact@v4
4848
with:
4949
name: artifacts
5050
path: dist

0 commit comments

Comments
 (0)