Skip to content

Commit 01b9164

Browse files
Merge pull request #8 from castle-engine/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 8481f2f + a69c536 commit 01b9164

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 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"

0 commit comments

Comments
 (0)