diff --git a/.github/workflows/create-config-zip.yml b/.github/workflows/create-config-zip.yml index 2df24601..3b4b357a 100644 --- a/.github/workflows/create-config-zip.yml +++ b/.github/workflows/create-config-zip.yml @@ -15,7 +15,7 @@ jobs: name: config-default path: config-default.zip - name: Upload to release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: config-default.zip tag_name: ${{ github.event.release.tag_name }}