We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4966e commit 5cc89d0Copy full SHA for 5cc89d0
1 file changed
.github/workflows/dockerpublish.yml
@@ -15,7 +15,7 @@ jobs:
15
run: 'docker version && docker compose version'
16
- name: 'Run tests'
17
run: './test.sh'
18
- - uses: 'actions/upload-artifact@v6'
+ - uses: 'actions/upload-artifact@v7'
19
if: 'failure()'
20
with:
21
name: 'test-artifacts'
0 commit comments