Skip to content

Commit 96461c1

Browse files
chore(deps): update actions/upload-artifact action to v5 (#1533)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52a6c00 commit 96461c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/loadtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: /home/node/artillery/bin/artillery report --output reports/report reports/report.json
2525

2626
- name: Archive test report
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v5
2828
with:
2929
name: artillery-test-report
3030
path: reports/*

0 commit comments

Comments
 (0)