Skip to content

Commit af08673

Browse files
committed
build: Update GH Actions versions
1 parent b0429be commit af08673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: macos-10.15
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Build dmidecode
1919
run: |
2020
if [ -z "${GITHUB_REF##*refs/tags/*}" ]; then
@@ -35,7 +35,7 @@ jobs:
3535
printf "%6s: %s\n" SHA256 $SHA256
3636
shell: bash
3737
- name: Upload built artifacts
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v3
3939
with:
4040
name: Dmidecode-Build
4141
path: |

0 commit comments

Comments
 (0)