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 81f328e commit 62b4729Copy full SHA for 62b4729
.github/workflows/ci.yml
@@ -47,12 +47,12 @@ jobs:
47
steps:
48
- uses: actions/checkout@v4
49
- if: matrix.target == 'built' || github.event_name == 'pull_request'
50
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
51
with:
52
name: dist
53
path: dist
54
55
56
57
name: action.yml
58
path: .
@@ -74,7 +74,7 @@ jobs:
74
runs-on: ubuntu-latest
75
76
77
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
78
79
80
0 commit comments