Merge pull request #1335 from godotengine/dependabot/github_actions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
This commit is contained in:
David Snopek
2025-02-03 11:18:23 -06:00
committed by GitHub

View File

@@ -178,7 +178,7 @@ jobs:
./run-tests.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact-name }}
path: ${{ matrix.artifact-path }}