Skip to content

Commit b52a4a8

Browse files
Merge pull request #5 from castle-engine/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents e0be467 + ef8261d commit b52a4a8

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
@@ -67,7 +67,7 @@ jobs:
6767
run: castle-engine package --os=win64 --cpu=x86_64 --verbose
6868
- name: Archive Artifacts
6969
# See https://github.com/actions/upload-artifact
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: windows-build
7373
# Note: Keep paths that start with asterisk in double qoutes, to avoid misinterpreting as YAML reference.
@@ -87,7 +87,7 @@ jobs:
8787
- name: Package Linux
8888
run: castle-engine package --os=linux --cpu=x86_64 --verbose
8989
- name: Archive Artifacts
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@v5
9191
with:
9292
name: linux-build
9393
path: "*-linux-x86_64.tar.gz"
@@ -127,7 +127,7 @@ jobs:
127127
- name: Package macOS
128128
run: castle-engine package --verbose
129129
- name: Archive Artifacts
130-
uses: actions/upload-artifact@v4
130+
uses: actions/upload-artifact@v5
131131
with:
132132
name: macos-build
133133
path: "*-darwin-*.zip"

0 commit comments

Comments
 (0)