Skip to content

Commit 8018bd7

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent eb8bdde commit 8018bd7

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

0 commit comments

Comments
 (0)