Skip to content

Commit

Permalink
Update to GitHub Actions v3
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Apr 25, 2022
1 parent 64b180b commit dc6827e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
JOB_TYPE: BUILD
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: CI Bootstrap
run: |
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
Expand All @@ -26,7 +26,7 @@ jobs:
- run: zip -qry -FS dmidecode-mac-$(cat version.h | cut -f2 -d'"').zip dmidecode

- name: Upload to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Artifacts
path: dmidecode-mac-*.zip
Expand Down

0 comments on commit dc6827e

Please sign in to comment.