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 34b2143 commit dca2e44Copy full SHA for dca2e44
.github/workflows/ci.yml
@@ -48,12 +48,12 @@ jobs:
48
steps:
49
- uses: actions/checkout@v4
50
- if: matrix.target == 'built' || github.event_name == 'pull_request'
51
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
52
with:
53
name: dist
54
path: dist
55
56
57
58
name: action.yml
59
path: .
@@ -111,7 +111,7 @@ jobs:
111
runs-on: ubuntu-latest
112
113
114
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
115
116
117
0 commit comments