Skip to content

Commit

Permalink
Update actions/checkout and actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderIce2 committed Jun 1, 2024
1 parent ccf0980 commit 9f1a9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: dependencies
run: sudo apt-get update && sudo apt-get install gcc-mingw-w64 make
- name: make
run: make
- name: artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bridge
path: build
Expand Down

0 comments on commit 9f1a9de

Please sign in to comment.