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 535278c + bdd7d5b commit e057b3aCopy full SHA for e057b3a
.github/workflows/publish-go-tester-task.yml
@@ -89,7 +89,7 @@ jobs:
89
90
steps:
91
- name: Download combined builds artifact
92
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
93
with:
94
name: ${{ env.BUILDS_ARTIFACT }}
95
path: ${{ env.BUILDS_ARTIFACT }}
.github/workflows/sync-labels.yml
@@ -108,7 +108,7 @@ jobs:
108
uses: actions/checkout@v2
109
110
- name: Download configuration files artifact
111
112
113
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
114
path: ${{ env.CONFIGURATIONS_FOLDER }}
0 commit comments