We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b19a2f commit c106e06Copy full SHA for c106e06
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v4
31
32
- name: Download Package
33
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
34
with:
35
name: Packages
36
path: dist
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
python-version: ${{ matrix.python-version }}
50
51
52
53
54
55
0 commit comments