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 1adfd1d commit 97476e9Copy full SHA for 97476e9
.github/workflows/release.yml
@@ -197,7 +197,7 @@ jobs:
197
uses: actions/checkout@v4
198
199
- name: Download artifact
200
- uses: actions/download-artifact@v3 # download all the artifacts
+ uses: actions/download-artifact@v5 # download all the artifacts
201
202
- name: Prepare artifacts for the release and handle package_index
203
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