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 2194bd1 commit 601938aCopy full SHA for 601938a
.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@v3
+ uses: actions/download-artifact@v4
93
with:
94
name: ${{ env.BUILDS_ARTIFACT }}
95
path: ${{ env.BUILDS_ARTIFACT }}
.github/workflows/sync-labels-npm.yml
@@ -118,7 +118,7 @@ jobs:
118
uses: actions/checkout@v4
119
120
- name: Download configuration files artifact
121
122
123
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
124
path: ${{ env.CONFIGURATIONS_FOLDER }}
0 commit comments