Skip to content

Commit 5cc89d0

Browse files
build(deps): bump actions/upload-artifact from 6 to 7 (#62)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa4966e commit 5cc89d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dockerpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: 'docker version && docker compose version'
1616
- name: 'Run tests'
1717
run: './test.sh'
18-
- uses: 'actions/upload-artifact@v6'
18+
- uses: 'actions/upload-artifact@v7'
1919
if: 'failure()'
2020
with:
2121
name: 'test-artifacts'

0 commit comments

Comments
 (0)