Skip to content

Commit 1689359

Browse files
committed
chore: update upload/downloa artifcats GHA action
1 parent c4dd4ed commit 1689359

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/*
@@ -87,7 +87,7 @@ jobs:
8787
id-token: write
8888

8989
steps:
90-
- uses: actions/download-artifact@v3
90+
- uses: actions/download-artifact@v4
9191
with:
9292
name: artifacts
9393
path: dist

0 commit comments

Comments
 (0)