diff --git a/.github/workflows/create-config-zip.yml b/.github/workflows/create-config-zip.yml index 35a0233e..2cddd1d7 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@v2 + uses: softprops/action-gh-release@v3 with: files: config-default.zip tag_name: ${{ github.event.release.tag_name }}