Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 70a2662 commit e09efc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
shell: bash

- name: Upload redist folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ror-linux
path: redist
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
shell: cmd

- name: Upload redist folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ror-win
path: redist
Expand Down

0 comments on commit e09efc6

Please sign in to comment.