Skip to content

Commit 7f2dabb

Browse files
Merge pull request #8 from castle-engine/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents d9db220 + 13a0f5e commit 7f2dabb

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

0 commit comments

Comments
 (0)