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 e8fadcc commit 1a9c7c3Copy full SHA for 1a9c7c3
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v5
31
32
- name: Download Package
33
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
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