Skip to content

Commit 0dfbeb6

Browse files
committed
Update release to artifact v4
1 parent 12cb13d commit 0dfbeb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
poetry build
9292
9393
- name: Upload artifacts
94-
uses: actions/upload-artifact@v3.1.0
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: dist
9797
path: dist/
@@ -106,7 +106,7 @@ jobs:
106106
id-token: write
107107
steps:
108108
- name: Download artifacts
109-
uses: actions/download-artifact@v3.1.0
109+
uses: actions/download-artifact@v4
110110
with:
111111
name: dist
112112
path: dist/
@@ -127,7 +127,7 @@ jobs:
127127
fetch-depth: 0
128128

129129
- name: Download artifacts
130-
uses: actions/download-artifact@v3.1.0
130+
uses: actions/download-artifact@v4
131131
with:
132132
name: dist
133133
path: dist/

0 commit comments

Comments
 (0)