Skip to content

Commit

Permalink
upgrade to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangingechen authored Nov 5, 2024
1 parent 66b27f3 commit a6698f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: zip game.zip * .lake/ .i18n/ -r

- name: upload compressed game folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-for-server-import
path: |
Expand Down

0 comments on commit a6698f5

Please sign in to comment.