Skip to content

Commit 51c7e3f

Browse files
chore(deps): update actions/upload-artifact action to v7.0.1 (#176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 652ff64 commit 51c7e3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/internal_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Generate coverage report
5252
run: go tool cover -html=coverage.out -o=coverage.html
5353

54-
- uses: actions/upload-artifact@v7.0.0
54+
- uses: actions/upload-artifact@v7.0.1
5555
with:
5656
name: coverage-report
5757
path: coverage.html

0 commit comments

Comments
 (0)