Skip to content

Commit abafe29

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 41a7262 commit abafe29

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
@@ -130,7 +130,7 @@ jobs:
130130
131131
# === ARTIFACTS PHASE ===
132132
- name: Archive test results
133-
uses: actions/upload-artifact@v4
133+
uses: actions/upload-artifact@v5
134134
if: always()
135135
with:
136136
name: "test-results-${{ github.run_number }}-${{ github.sha }}"

0 commit comments

Comments
 (0)