10000
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.
1 parent a9745d0 commit ab835c0Copy full SHA for ab835c0
.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