diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ffd6aa2..d5cd75e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: with: version: global.json # Use the version specified in global.json use-dotnet: false - + - name: 🔬 Verify Godot run: | godot --version @@ -110,7 +110,7 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist