Skip to content

Commit d3edd0f

Browse files
authored
Upgrade GitHub Actions to latest versions
1 parent 24b1933 commit d3edd0f

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
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.platform.runner }}
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131

3232
- name: Build Image
3333
run: buildah bud --platform ${{ matrix.platform.name }} -f ./Dockerfile -t ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }} .
@@ -42,7 +42,7 @@ jobs:
4242
run: podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }}
4343

4444
- name: Upload artifact
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v7
4646
with:
4747
name: image-${{ matrix.platform.tag }}
4848
path: /tmp/image.tar
@@ -54,7 +54,7 @@ jobs:
5454
environment: production
5555
steps:
5656
- name: Download artifacts
57-
uses: actions/download-artifact@v4
57+
uses: actions/download-artifact@v8
5858

5959
- name: Import images
6060
run: |

0 commit comments

Comments
 (0)