Skip to content

Commit cf96656

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

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

0 commit comments

Comments
 (0)