Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Nov 7, 2024
1 parent 57aaa0e commit faaee4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -25,7 +25,7 @@ jobs:
mv build frontend
tar -czf ../frontend_build.tar.gz frontend/
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: frontend_build
path: frontend_build.tar.gz
Expand Down

0 comments on commit faaee4a

Please sign in to comment.