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 7991136 + 4741dc7 commit 57daba7Copy full SHA for 57daba7
.github/workflows/release.yml
@@ -172,7 +172,7 @@ jobs:
172
uses: actions/checkout@v3
173
174
- name: Download artifact
175
- uses: actions/download-artifact@v2 # download all the artifacts
+ uses: actions/download-artifact@v3 # download all the artifacts
176
177
- name: Prepare artifacts for the release and handle package_index
178
run: |
.github/workflows/sync-labels.yml
@@ -109,7 +109,7 @@ jobs:
109
110
111
- name: Download configuration files artifact
112
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
113
with:
114
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
115
path: ${{ env.CONFIGURATIONS_FOLDER }}
0 commit comments