diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29bb9d6..059f257 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,7 +89,7 @@ jobs: - name: Build and push by digest id: build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . platforms: ${{ matrix.platform }} @@ -105,7 +105,7 @@ jobs: touch "/tmp/digests/${digest#sha256:}" - name: Upload digest - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: ${{ steps.getartifactname.outputs.artifact }} path: /tmp/digests/* diff --git a/version b/version index f077514..cfc6e14 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.0.42 +5.0.43