Skip to content

Commit 1d713bd

Browse files
authored
Merge pull request #1978 from godotengine/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents 680f5a7 + 24b820e commit 1d713bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cmake.yml

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

.github/workflows/ci-scons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
cd ..
224224
225225
- name: Upload artifact
226-
uses: actions/upload-artifact@v4
226+
uses: actions/upload-artifact@v7
227227
with:
228228
name: ${{ matrix.artifact-name }}
229229
path: ${{ matrix.artifact-path }}

0 commit comments

Comments
 (0)