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 cbcb06a + 8d50be3 commit c7a5b09Copy full SHA for c7a5b09
.github/workflows/debug-artifacts-failure-safe.yml
@@ -79,7 +79,7 @@ jobs:
79
runs-on: ubuntu-latest
80
steps:
81
- name: Download all artifacts
82
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
83
- name: Check expected artifacts exist
84
run: |
85
LANGUAGES="cpp csharp go java javascript python"
.github/workflows/debug-artifacts-safe.yml
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
VERSIONS="stable-v2.20.3 default linked nightly-latest"
0 commit comments