Skip to content

Commit ad0b39e

Browse files
Merge pull request #119 from castle-engine/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents c94a819 + 7f60873 commit ad0b39e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
castle-engine compile --os=linux --cpu=x86_64 --manifest-name=CastleEngineManifest.converter.xml
8080
castle-engine package --os=linux --cpu=x86_64
8181
- name: Archive Artifacts
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v5
8383
with:
8484
name: windows-linux-builds
8585
path: |
@@ -135,7 +135,7 @@ jobs:
135135
echo "Packed to ${ZIPNAME}"
136136
137137
- name: Archive Artifacts
138-
uses: actions/upload-artifact@v4
138+
uses: actions/upload-artifact@v5
139139
with:
140140
name: ${{ matrix.runner }}-build
141141
path: |
@@ -198,7 +198,7 @@ jobs:
198198
castle-engine package
199199
200200
- name: Archive Artifacts
201-
uses: actions/upload-artifact@v4
201+
uses: actions/upload-artifact@v5
202202
with:
203203
name: raspberry-pi-${{ matrix.arch }}-build
204204
path: |

.github/workflows/test-demo-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# This way we have it even when comparing fails.
3535
# This is useful to later analyze, and to update test_scripts/run_tests_valid_output.txt .
3636
- name: Archive Artifacts (logs)
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: logs
4040
path: |

0 commit comments

Comments
 (0)