Skip to content

Commit

Permalink
.github/workflows/build.yml: Upgrade github action versions
Browse files Browse the repository at this point in the history
Change-Id: I62a9fffee53a38e020689dc47a4ecfd9724e0647
Signed-off-by: Pawel Langowski <[email protected]>
  • Loading branch information
PLangowski committed Oct 23, 2024
1 parent 762b85e commit b6a6618
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 b6a6618

Please sign in to comment.