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 f027183 commit d619104Copy full SHA for d619104
.github/workflows/benchmark.yml
@@ -41,7 +41,7 @@ jobs:
41
run: echo ${{ github.event.number }} > ./pr_number
42
43
- name: Upload deltas
44
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
45
with:
46
name: delta-action-deltas
47
retention-days: 7
.github/workflows/integration-tests.yml
@@ -93,7 +93,7 @@ jobs:
93
run: echo "shard=$(echo '${{ matrix.shard }}' | tr '/' '-')" >> $GITHUB_OUTPUT
94
95
- name: Store npm error artefacts
96
97
if: always()
98
99
name: npm-logs--${{ matrix.os }}--${{ matrix.node-version }}--${{ steps.sanitize-shard-name.outputs.shard }}
0 commit comments