Skip to content

Commit

Permalink
chore: update dependencies in dev-build.yml to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RalXYZ committed Apr 16, 2024
1 parent 2990266 commit 9f070e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Dependencies
run: |
sudo apt install ruby sass -y
- name: Compile
run: |
cd ./src; make
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: |
Expand Down

0 comments on commit 9f070e5

Please sign in to comment.