Skip to content

Commit 52510c1

Browse files
authored
Merge pull request #1 from theNestruo/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents eba0760 + b2078aa commit 52510c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-branches-ci-and-upload-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: make -f makefile.win compile test
2424

2525
- name: Upload nightly build
26-
uses: actions/upload-artifact@v5
26+
uses: actions/upload-artifact@v6
2727
with:
2828
name: windows-binaries
2929
path: bin
@@ -40,7 +40,7 @@ jobs:
4040
run: make -f makefile.linux compile test
4141

4242
- name: Upload nightly build
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: linux-binaries
4646
path: bin
@@ -57,7 +57,7 @@ jobs:
5757
run: make -f makefile.macos compile test
5858

5959
- name: Upload nightly build
60-
uses: actions/upload-artifact@v5
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: macos-binaries
6363
path: bin

0 commit comments

Comments
 (0)