Skip to content

Commit d1dcfac

Browse files
committed
🔒 chore: Update upload-artifact action to v4 in CI configuration
1 parent 9097a6c commit d1dcfac

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
@@ -37,7 +37,7 @@ jobs:
3737
pytest --maxfail=1 --disable-warnings --junitxml=test-results.xml
3838
3939
- name: Upload test results
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: test-results
4343
path: test-results.xml

0 commit comments

Comments
 (0)