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 0dedca1 commit 9b32289Copy full SHA for 9b32289
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v3
34
35
- name: Download Package
36
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
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