We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de3b5e4 + ee807e4 commit c9cfb9aCopy full SHA for c9cfb9a
.github/workflows/release.yml
@@ -197,7 +197,7 @@ jobs:
197
uses: actions/checkout@v6
198
199
- name: Download artifact
200
- uses: actions/download-artifact@v7 # download all the artifacts
+ uses: actions/download-artifact@v8 # 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@v7
+ uses: actions/download-artifact@v8
113
with:
114
merge-multiple: true
115
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
0 commit comments