Skip to content

Commit d0c1bf7

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

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@v5
39+
uses: actions/upload-artifact@v6
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@v5
51+
uses: actions/upload-artifact@v6
5252
with:
5353
name: linux-build
5454
path: "*-linux-x86_64.tar.gz"

0 commit comments

Comments
 (0)