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 aaef3ca commit 978effeCopy full SHA for 978effe
.github/workflows/ci.yml
@@ -58,12 +58,12 @@ jobs:
58
steps:
59
- uses: actions/checkout@v4
60
- if: matrix.target == 'built' || github.event_name == 'pull_request'
61
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
62
with:
63
name: dist
64
path: dist
65
66
67
68
name: action.yml
69
path: .
@@ -123,7 +123,7 @@ jobs:
123
runs-on: ubuntu-latest
124
125
126
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
127
128
129
0 commit comments