Loading .github/workflows/dockerpublish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: run: 'docker version && docker compose version' - name: 'Run tests' run: './test.sh' - uses: 'actions/upload-artifact@v4' - uses: 'actions/upload-artifact@v5' if: 'failure()' with: name: 'test-artifacts' Loading Loading
.github/workflows/dockerpublish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: run: 'docker version && docker compose version' - name: 'Run tests' run: './test.sh' - uses: 'actions/upload-artifact@v4' - uses: 'actions/upload-artifact@v5' if: 'failure()' with: name: 'test-artifacts' Loading