Skip to content

Commit e742735

Browse files
Update actions/upload-artifact action to v7
1 parent 2c6bc45 commit e742735

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
@@ -53,7 +53,7 @@ jobs:
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454

5555
- name: Publish Test Results
56-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
56+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5757
if: always()
5858
with:
5959
name: test-results

0 commit comments

Comments
 (0)