Skip to content

Commit 893a23a

Browse files
authored
Merge pull request #36 from hectorm/dependabot/github_actions/github-actions-all-95c31c5005
Bump the github-actions-all group across 1 directory with 3 updates
2 parents 6f0e3a6 + c6d22a0 commit 893a23a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
arch: ["native", "amd64", "arm64v8"]
2323
steps:
2424
- name: "Checkout project"
25-
uses: "actions/checkout@v5"
25+
uses: "actions/checkout@v6"
2626
- name: "Register binfmt entries"
2727
if: "matrix.arch != 'native'"
2828
run: |
@@ -32,7 +32,7 @@ jobs:
3232
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
3333
- name: "Upload artifacts"
3434
if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'"
35-
uses: "actions/upload-artifact@v4"
35+
uses: "actions/upload-artifact@v5"
3636
with:
3737
name: "dist-${{ matrix.arch }}"
3838
path: "./dist/"
@@ -50,9 +50,9 @@ jobs:
5050
arch: ["amd64", "arm64v8"]
5151
steps:
5252
- name: "Checkout project"
53-
uses: "actions/checkout@v5"
53+
uses: "actions/checkout@v6"
5454
- name: "Download artifacts"
55-
uses: "actions/download-artifact@v5"
55+
uses: "actions/download-artifact@v6"
5656
with:
5757
name: "dist-${{ matrix.arch }}"
5858
path: "./dist/"
@@ -75,7 +75,7 @@ jobs:
7575
contents: "read"
7676
steps:
7777
- name: "Checkout project"
78-
uses: "actions/checkout@v5"
78+
uses: "actions/checkout@v6"
7979
- name: "Login to Docker Hub"
8080
uses: "docker/login-action@v3"
8181
with:

0 commit comments

Comments
 (0)