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 d0ad1da + c2d4383 commit b5e1a28Copy full SHA for b5e1a28
.github/workflows/debug-artifacts-failure-safe.yml
@@ -83,7 +83,7 @@ jobs:
83
runs-on: ubuntu-latest
84
steps:
85
- name: Download all artifacts
86
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
87
- name: Check expected artifacts exist
88
run: |
89
LANGUAGES="cpp csharp go java javascript python"
.github/workflows/debug-artifacts-safe.yml
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
VERSIONS="stable-v2.20.3 default linked nightly-latest"
0 commit comments