Skip to content

Commit

Permalink
build: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kushagra765 authored Dec 18, 2024
1 parent c6a10fb commit d6f6003
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.2.2

- name: Cache Toolchain
uses: actions/cache@v2
uses: actions/cache@v4.2.0
env:
cache-name: cache-toolchain
with:
Expand All @@ -36,7 +36,7 @@ jobs:
make
- name: Upload Build Artifact
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v4.5.0
with:
name: PlatypusOS-Build.iso
path: PlatypusOS.iso
Expand Down

0 comments on commit d6f6003

Please sign in to comment.