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 f07b43d commit e7312da
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 @@ -27,7 +27,7 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install qemu dependency
run: |
Expand All @@ -47,7 +47,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 @@ -59,7 +59,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 e7312da

Please sign in to comment.