Skip to content

Commit

Permalink
ci: switch to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Lei <[email protected]>
  • Loading branch information
ming1 committed Jan 23, 2025
1 parent a06deae commit 3fade5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "acquire: ubdsrv"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ubdsrv

Expand Down Expand Up @@ -51,14 +51,14 @@ jobs:
make DESTDIR=${{ github.workspace }}/files install
- name: "publish: installable artifacts"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ubdsrv
if-no-files-found: error
path: ${{ github.workspace }}/files/**

- name: "publish: logs"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: build-logs
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "acquire: ubdsrv"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ubdsrv

Expand Down Expand Up @@ -51,14 +51,14 @@ jobs:
make DESTDIR=${{ github.workspace }}/files install
- name: "publish: installable artifacts"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ubdsrv
if-no-files-found: error
path: ${{ github.workspace }}/files/**

- name: "publish: logs"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: build-logs
Expand Down Expand Up @@ -89,13 +89,13 @@ jobs:
sudo systemctl enable --now systemd-networkd
- name: "cache: os packages"
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/mkosi.cache
key: fedora-cache-v2

- name: "acquire: ubdsrv"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "build: fedora image"
working-directory: ci
Expand Down

0 comments on commit 3fade5e

Please sign in to comment.