From 8fd9028758a05a4a60e789b5a3a62df34b79b540 Mon Sep 17 00:00:00 2001 From: Joanna May Date: Mon, 12 May 2025 14:57:47 -0500 Subject: [PATCH] fix: upload artifact --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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