Skip to content

Commit 02e5d14

Browse files
Merge pull request #13 from castle-engine/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents e180a17 + 9ccf8b3 commit 02e5d14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: castle-engine package --os=win64 --cpu=x86_64 --verbose
3333
- name: Archive Artifacts
3434
# See https://github.com/actions/upload-artifact
35-
uses: actions/upload-artifact@v5
35+
uses: actions/upload-artifact@v6
3636
with:
3737
name: windows-build
3838
# Note: Keep paths that start with asterisk in double qoutes, to avoid misinterpreting as YAML reference.
@@ -44,7 +44,7 @@ jobs:
4444
- name: Package Linux
4545
run: castle-engine package --os=linux --cpu=x86_64 --verbose
4646
- name: Archive Artifacts
47-
uses: actions/upload-artifact@v5
47+
uses: actions/upload-artifact@v6
4848
with:
4949
name: linux-build
5050
path: "*-linux-x86_64.tar.gz"
@@ -60,7 +60,7 @@ jobs:
6060
- name: Package Android
6161
run: castle-engine package --target=android --verbose
6262
- name: Archive Artifacts
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: android-build
6666
path: "*.apk"
@@ -88,7 +88,7 @@ jobs:
8888
- name: Package macOS
8989
run: castle-engine package --verbose
9090
- name: Archive Artifacts
91-
uses: actions/upload-artifact@v5
91+
uses: actions/upload-artifact@v6
9292
with:
9393
name: macos-build
9494
path: "*-darwin-*.zip"

0 commit comments

Comments
 (0)