Skip to content

Commit fd7c9e7

Browse files
committed
🔧 Update actions/upload-artifact and actions/download-artifact to latest versions
1 parent db148da commit fd7c9e7

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
@@ -44,7 +44,7 @@ jobs:
4444
args: --release --out dist
4545

4646
- name: Upload wheels
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v6
4848
with:
4949
name: wheels-${{ matrix.os }}
5050
path: dist
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Download wheels
60-
uses: actions/download-artifact@v4
60+
uses: actions/download-artifact@v7
6161
with:
6262
pattern: wheels-*
6363
merge-multiple: true

0 commit comments

Comments
 (0)