Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed May 16, 2024
1 parent 9ed8075 commit f3dbea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install qemu dependency
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
run: podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: image-${{ matrix.platform.tag }}
path: /tmp/image.tar
Expand All @@ -60,7 +60,7 @@ jobs:
environment: production
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Setup podman and buildah
uses: zyclonite/setup-podman@v1
Expand Down

0 comments on commit f3dbea2

Please sign in to comment.