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.
2 parents 7fbdeac + 15ab62e commit 0cc0fa4Copy full SHA for 0cc0fa4
.github/workflows/release.yml
@@ -197,7 +197,7 @@ jobs:
197
uses: actions/checkout@v5
198
199
- name: Download artifact
200
- uses: actions/download-artifact@v5 # download all the artifacts
+ uses: actions/download-artifact@v6 # 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 file artifacts
112
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
113
with:
114
merge-multiple: true
115
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
0 commit comments