Skip to content

Commit 4956005

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent d534aac commit 4956005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
149149
# === ARTIFACTS PHASE ===
150150
- name: Archive test results
151-
uses: actions/upload-artifact@v4
151+
uses: actions/upload-artifact@v5
152152
if: always()
153153
with:
154154
name: "test-results-${{ github.run_number }}-${{ github.sha }}"

0 commit comments

Comments
 (0)