We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdad310 commit 28214eaCopy full SHA for 28214ea
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v3
31
32
- name: Download Package
33
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
34
with:
35
name: Packages
36
path: dist
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
python-version: ${{ matrix.python-version }}
46
47
48
49
50
51
0 commit comments