Skip to content

Commit 49ad4fb

Browse files
authored
Merge pull request #67 from ITCraftDevelopmentTeam/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 9bb36b0 + 0cf9228 commit 49ad4fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747

4848
- name: "Upload build"
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: OneDisc ${{ needs.get-version-number.outputs.VERSION }} for ${{ matrix.os }}-${{ matrix.arch }}
5252
path: build/onedisc.exe
@@ -88,7 +88,7 @@ jobs:
8888
mv build/main.bin build/onedisc
8989
9090
- name: "Upload build"
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
with:
9393
name: OneDisc ${{ needs.get-version-number.outputs.VERSION }} for ${{ matrix.os }}-${{ matrix.arch }}
9494
path: build/onedisc

0 commit comments

Comments
 (0)