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.
2 parents ce4a56b + 0864093 commit 8e101a2Copy full SHA for 8e101a2
.github/workflows/continuous-integration.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Checkout git repository
57
uses: actions/checkout@v4
58
- uses: ./.github/actions/setup
59
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
60
with:
61
name: build-artifacts-node-${{ matrix.node-version }}
62
path: target/build
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
0 commit comments