Skip to content

Commit b70aff7

Browse files
chore(deps): update actions/upload-artifact action to v6 (#111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b0d73b3 commit b70aff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
5858

5959
- name: Upload coverage report as an artifact
60-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
60+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
6161
with:
6262
name: ${{github.job}}-code-coverage-report
6363
include-hidden-files: true

0 commit comments

Comments
 (0)