Skip to content

Commit caf12bc

Browse files
committed
update actions
1 parent aa67403 commit caf12bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
]
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232

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

5050
- name: Upload artifact
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: image-${{ matrix.platform.tag }}
5454
path: /tmp/image.tar
@@ -60,7 +60,7 @@ jobs:
6060
environment: production
6161
steps:
6262
- name: Download artifacts
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464

6565
- name: Setup podman and buildah
6666
uses: zyclonite/setup-podman@v1

0 commit comments

Comments
 (0)