Skip to content

Commit 65e6859

Browse files
committed
Diagnosing GH action failure
1 parent 9b193b5 commit 65e6859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- '3.9'
1616
- '3.10'
1717
node-version:
18-
- '18.x'
18+
- '16.x'
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v2
@@ -65,7 +65,7 @@ jobs:
6565
needs:
6666
- tox
6767
steps:
68-
- uses: actions/download-artifact@v4.1.7
68+
- uses: actions/download-artifact@v4
6969
with:
7070
name: python-packages
7171
path: dist

0 commit comments

Comments
 (0)