Skip to content

Commit bb603f9

Browse files
fix: Update upload-artifact action from v3 to v4
- Fixes deprecation warning for actions/upload-artifact@v3 - Updates to the current supported version @v4 - Maintains same functionality for test results artifact upload
1 parent b2d14f0 commit bb603f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smart_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fi
6565
6666
- name: 📊 Upload Test Results
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
if: always()
6969
with:
7070
name: smart-test-results

0 commit comments

Comments
 (0)