Skip to content

Commit 9517967

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 73995ba commit 9517967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Publish Unit Test Results
4444
- name: Upload Test Results
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
if: success() || failure()
4747
with:
4848
name: test-results

0 commit comments

Comments
 (0)