diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f81539a..4274130 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: WSCPluginSWVariantUpdater-${{ steps.get_version.outputs.VERSION }} path: custom/plugins/WSCPluginSWVariantUpdater-${{ steps.get_version.outputs.VERSION }}.zip