Skip to content

Commit ee2a895

Browse files
authored
Merge pull request godotengine#1335 from godotengine/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents f06af65 + b17e668 commit ee2a895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
./run-tests.sh
179179
180180
- name: Upload artifact
181-
uses: actions/upload-artifact@v3
181+
uses: actions/upload-artifact@v4
182182
with:
183183
name: ${{ matrix.artifact-name }}
184184
path: ${{ matrix.artifact-path }}

0 commit comments

Comments
 (0)