Skip to content

Commit 007bdcb

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent a320d86 commit 007bdcb

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
@@ -135,7 +135,7 @@ jobs:
135135
136136
# === ARTIFACTS PHASE ===
137137
- name: Archive test results
138-
uses: actions/upload-artifact@v4
138+
uses: actions/upload-artifact@v5
139139
if: always()
140140
with:
141141
name: "test-results-${{ github.run_number }}-${{ github.sha }}"

0 commit comments

Comments
 (0)