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 394454d commit 6a09df9Copy full SHA for 6a09df9
.github/workflows/ci.yaml
@@ -87,7 +87,7 @@ jobs:
87
runs-on: ubuntu-latest
88
steps:
89
- name: Download Artifacts
90
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
91
with:
92
merge-multiple: true
93
- name: Create GitHub Release
.github/workflows/release.yaml
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
144
145
- name: Upload Release Assets
0 commit comments