Skip to content

Commit 37bee56

Browse files
chore(deps): update actions/upload-artifact action to v5 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 033be07 commit 37bee56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Upload Test Artifacts
5050
if: always()
51-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
51+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
5252
with:
5353
name: test-artifacts-${{ matrix.os }}-${{ runner.arch }}
5454
path: |
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Upload Benchmark Artifacts
100100
if: always()
101-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
101+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
102102
with:
103103
name: benchmark-artifacts-${{ matrix.os }}-${{ runner.arch }}
104104
path: |

0 commit comments

Comments
 (0)