Browse Source

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

Bump actions/upload-artifact from 3 to 4
David Snopek 6 months ago
parent
commit
ee2a895ea4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -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 }}