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 0f50677 commit 5b4e64eCopy full SHA for 5b4e64e
.github/workflows/release.yml
@@ -192,7 +192,7 @@ jobs:
192
uses: actions/checkout@v4
193
194
- name: Download artifact
195
- uses: actions/download-artifact@v3 # download all the artifacts
+ uses: actions/download-artifact@v5 # download all the artifacts
196
197
- name: Prepare artifacts for the release and handle package_index
198
run: |
.github/workflows/sync-labels.yml
@@ -109,7 +109,7 @@ jobs:
109
110
111
- name: Download configuration files artifact
112
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v5
113
with:
114
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
115
path: ${{ env.CONFIGURATIONS_FOLDER }}
0 commit comments