We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 832e97c + bd03c44 commit 23f983cCopy full SHA for 23f983c
.github/workflows/debug-artifacts-failure-safe.yml
@@ -89,7 +89,7 @@ jobs:
89
runs-on: ubuntu-latest
90
steps:
91
- name: Download all artifacts
92
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
93
- name: Check expected artifacts exist
94
run: |
95
LANGUAGES="cpp csharp go java javascript python"
.github/workflows/debug-artifacts-safe.yml
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
VERSIONS="stable-v2.20.3 default linked nightly-latest"
0 commit comments