8000
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 a9745d0 + ab835c0 commit 037b624Copy full SHA for 037b624
.github/workflows/release.yml
@@ -159,7 +159,7 @@ jobs:
159
160
steps:
161
- name: Download artifact
162
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
163
164
- name: Prepare artifacts for the release
165
run: |
.github/workflows/sync-labels.yml
@@ -109,7 +109,7 @@ jobs:
109
uses: actions/checkout@v2
110
111
- name: Download configuration files artifact
112
113
with:
114
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
115
path: ${{ env.CONFIGURATIONS_FOLDER }}
0 commit comments