Skip to content

Commit 81d1d3d

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b354f8 commit 81d1d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: castle-engine package --os=win64 --cpu=x86_64 --verbose
3737
- name: Archive Artifacts
3838
# See https://github.com/actions/upload-artifact
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
with:
4141
name: windows-build
4242
# Note: Keep paths that start with asterisk in double qoutes, to avoid misinterpreting as YAML reference.
@@ -48,7 +48,7 @@ jobs:
4848
- name: Package Linux
4949
run: castle-engine package --os=linux --cpu=x86_64 --verbose
5050
- name: Archive Artifacts
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
with:
5353
name: linux-build
5454
path: "*-linux-x86_64.tar.gz"

0 commit comments

Comments
 (0)