We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40bdbe commit 37fb3c5Copy full SHA for 37fb3c5
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v4.2.2
34
35
- name: Download Package
36
- uses: actions/download-artifact@v4.1.8
+ uses: actions/download-artifact@v4.1.9
37
with:
38
name: Packages
39
path: dist
.github/workflows/test.yml
@@ -85,13 +85,13 @@ jobs:
85
python-version: ${{ matrix.python }}
86
87
- name: Download compiled tests
88
89
90
name: tests
91
path: tests
92
93
94
95
96
97
0 commit comments