Skip to content

Commit dc6827e

Browse files
committed
Update to GitHub Actions v3
1 parent 64b180b commit dc6827e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
JOB_TYPE: BUILD
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: CI Bootstrap
2222
run: |
2323
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
@@ -26,7 +26,7 @@ jobs:
2626
- run: zip -qry -FS dmidecode-mac-$(cat version.h | cut -f2 -d'"').zip dmidecode
2727

2828
- name: Upload to Artifacts
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v3
3030
with:
3131
name: Artifacts
3232
path: dmidecode-mac-*.zip

0 commit comments

Comments
 (0)