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 37fb3c5 commit f5b0081Copy full SHA for f5b0081
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/[email protected]
34
35
- name: Download Package
36
- uses: actions/download-artifact@v4.1.9
+ uses: actions/download-artifact@v4.2.1
37
with:
38
name: Packages
39
path: dist
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
pip install scons
50
scons -j4 -C tests
51
- name: Upload compilation results
52
- uses: actions/[email protected].1
+ uses: actions/[email protected].2
53
54
name: tests
55
if-no-files-found: error
@@ -85,13 +85,13 @@ jobs:
85
python-version: ${{ matrix.python }}
86
87
- name: Download compiled tests
88
89
90
91
path: tests
92
93
94
95
96
97
0 commit comments