diff --git a/.github/workflows/build-podman-stack.yml b/.github/workflows/build-podman-stack.yml index 33fceaf..51857e0 100644 --- a/.github/workflows/build-podman-stack.yml +++ b/.github/workflows/build-podman-stack.yml @@ -187,7 +187,7 @@ jobs: - name: Create GitHub Release if: steps.check_release.outputs.skip != 'true' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ matrix.package }}-${{ env.version }} name: ${{ matrix.package }} ${{ env.version }}