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 63ea6f0 + 309d721 commit 9fb8fadCopy full SHA for 9fb8fad
.github/workflows/qa.yml
@@ -127,7 +127,7 @@ jobs:
127
path: qa-reports
128
129
- name: Download artifacts
130
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
131
with:
132
path: artifacts
133
@@ -228,7 +228,7 @@ jobs:
228
ssh-key: ${{ secrets.QA_REPORT_DEPLOY_KEY }}
229
230
231
232
233
234
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
uses: actions/checkout@v5
100
101
- name: Download all artifacts
102
103
104
105
0 commit comments