We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b180b commit dc6827eCopy full SHA for dc6827e
1 file changed
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
env:
18
JOB_TYPE: BUILD
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- name: CI Bootstrap
22
run: |
23
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
@@ -26,7 +26,7 @@ jobs:
26
- run: zip -qry -FS dmidecode-mac-$(cat version.h | cut -f2 -d'"').zip dmidecode
27
28
- name: Upload to Artifacts
29
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
30
with:
31
name: Artifacts
32
path: dmidecode-mac-*.zip
0 commit comments