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 2806d24 commit e4ed6a5Copy full SHA for e4ed6a5
.github/workflows/benchmarks.yml
@@ -165,7 +165,7 @@ jobs:
165
persist-credentials: false
166
167
- name: Download benchmark results
168
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
169
with:
170
name: benchmark-results
171
path: benches/
.github/workflows/npm.yml
@@ -77,7 +77,7 @@ jobs:
77
ls -la "$ARTIFACT_DIR" || true
78
79
- name: Download Release Assets
80
81
82
merge-multiple: true
83
# Download all foundry artifacts from the triggering release run
0 commit comments