Skip to content

Commit 5ef4333

Browse files
Merge pull request #9 from castle-engine/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents fbfd48b + 5e2ef8a commit 5ef4333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: castle-engine package --os=win64 --cpu=x86_64 --verbose
5858
- name: Archive Artifacts
5959
# See https://github.com/actions/upload-artifact
60-
uses: actions/upload-artifact@v5
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: windows-build
6363
# Note: Keep paths that start with asterisk in double qoutes, to avoid misinterpreting as YAML reference.
@@ -69,7 +69,7 @@ jobs:
6969
- name: Package Linux
7070
run: castle-engine package --os=linux --cpu=x86_64 --verbose
7171
- name: Archive Artifacts
72-
uses: actions/upload-artifact@v5
72+
uses: actions/upload-artifact@v6
7373
with:
7474
name: linux-build
7575
path: "*-linux-x86_64.tar.gz"
@@ -98,7 +98,7 @@ jobs:
9898
# --package-format=zip, because this is command-line app, do not make "app bundle" that CGE by default does on macOS
9999
run: castle-engine package --verbose --package-format=zip
100100
- name: Archive Artifacts
101-
uses: actions/upload-artifact@v5
101+
uses: actions/upload-artifact@v6
102102
with:
103103
name: macos-build
104104
path: "*-darwin-*.zip"

0 commit comments

Comments
 (0)