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 efc364c + 6cd1e4d commit adb5f94Copy full SHA for adb5f94
.github/workflows/release.yml
@@ -164,7 +164,7 @@ jobs:
164
165
steps:
166
- name: Download artifact
167
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
168
169
- name: Prepare artifacts for the release
170
run: |
.github/workflows/sync-labels.yml
@@ -109,7 +109,7 @@ jobs:
109
uses: actions/checkout@v5
110
111
- name: Download configuration file artifacts
112
113
with:
114
merge-multiple: true
115
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
0 commit comments