Skip to content

Commit

Permalink
Update actions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Apr 20, 2024
1 parent 5d7d9d5 commit 55c6cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: npm install
Expand All @@ -17,7 +17,7 @@ jobs:
run: npm run build

- name: Upload theme
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Breeze.css
path: breeze.css

0 comments on commit 55c6cf0

Please sign in to comment.