Skip to content

Commit

Permalink
Merge pull request #120 from hrw/update-github-actions-components
Browse files Browse the repository at this point in the history
GA: update actions to newer versions
  • Loading branch information
osfrickler authored Aug 6, 2024
2 parents 4ceb60c + a9f71be commit 3eab44f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-cirros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:

steps:
- name: Pull cirros source artifacts
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache download
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: downloads-${{ matrix.arch }}-${{ hashFiles('bin/build-release') }}
path: download/

- name: Cache ccache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ccache-${{ matrix.arch }}-${{ hashFiles('bin/build-release') }}
path: ccache/
Expand All @@ -61,7 +61,7 @@ jobs:
POWEROFF: "true"

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cirros-${{ matrix.arch }}
path: build-ci/release/

0 comments on commit 3eab44f

Please sign in to comment.