Skip to content

Commit 99867c3

Browse files
Try upgrading to artifacts actions v4
Uploading and downloading artifacts started failing without any change in that area.
1 parent b4cf481 commit 99867c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.python-version == 3.12
7575

7676
- name: Upload distribution package
77-
uses: actions/upload-artifact@master
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: dist
8080
path: dist
@@ -86,7 +86,7 @@ jobs:
8686
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
8787
steps:
8888
- name: Download a distribution artifact
89-
uses: actions/download-artifact@v2
89+
uses: actions/download-artifact@v4
9090
with:
9191
name: dist
9292
path: dist

0 commit comments

Comments
 (0)