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 c115bb0 commit 092c582Copy full SHA for 092c582
.github/workflows/ci.yml
@@ -42,12 +42,12 @@ jobs:
42
steps:
43
- uses: actions/checkout@v4
44
- if: matrix.target == 'built' || github.event_name == 'pull_request'
45
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
46
with:
47
name: dist
48
path: dist
49
50
51
52
name: action.yml
53
path: .
@@ -166,7 +166,7 @@ jobs:
166
runs-on: ubuntu-latest
167
168
169
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
170
171
172
0 commit comments