Skip to content

Commit

Permalink
workflows: build.yml: update actions
Browse files Browse the repository at this point in the history
Change-Id: I3210a3350a1dcc6b6ab5ee2defb4990c479c782d
Signed-off-by: Michał Iwanicki <[email protected]>
  • Loading branch information
m-iwanicki committed Dec 17, 2024
1 parent a961af7 commit fd38bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

- name: Install build dependencies
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
continue-on-error: true # Allow workflow to continue even if 'flashrom' doesn't exist

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: flashrom-artifact
path: artifacts/

0 comments on commit fd38bcc

Please sign in to comment.