From 4d9547896deddf718ab92d21d7519f50532cb2ac Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Thu, 5 Dec 2024 10:58:58 +1300 Subject: [PATCH] updated gh workflow - upload-artifact now v4 --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfc440c..a735734 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,9 @@ on: - main workflow_dispatch: +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest @@ -31,7 +34,7 @@ jobs: path: release-${{ env.RELEASE_VERSION }}.tar.gz - name: Make Release - uses: softprops/action-gh-release@v0.1.5 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: |