Skip to content

Commit 4db13c0

Browse files
authored
Merge pull request #142 from uswitch/airship-4267/update-actions-versions
airship-4267: update actions versions
2 parents a1a9725 + 1efd5a3 commit 4db13c0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/push.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ruby-version: 3.2.2
3333
- run: rake version
3434
- run: rake build
35-
- uses: actions/upload-artifact@v3
35+
- uses: actions/upload-artifact@v4
3636
with:
3737
name: pkg
3838
path: pkg/
@@ -50,18 +50,18 @@ jobs:
5050
registry: quay.io
5151
username: ${{ secrets.QUAY_USERNAME }}
5252
password: ${{ secrets.QUAY_PASSWORD }}
53-
- uses: actions/download-artifact@v3
53+
- uses: actions/download-artifact@v4
5454
with:
5555
name: pkg
5656
path: pkg/
5757
- id: meta
58-
uses: docker/metadata-action@v4
58+
uses: docker/metadata-action@v5
5959
with:
6060
images: quay.io/uswitch/terrafying
6161
tags: type=sha,prefix=,format=long
62-
- uses: docker/build-push-action@v4
62+
- uses: docker/build-push-action@v6
6363
with:
6464
context: .
6565
labels: ${{ steps.meta.outputs.labels }}
6666
push: true
67-
tags: ${{ steps.meta.outputs.tags }}
67+
tags: ${{ steps.meta.outputs.tags }}

.github/workflows/tag.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ruby-version: 3.2.2
2323
- run: rake version
2424
- run: rake build
25-
- uses: actions/upload-artifact@v3
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: pkg
2828
path: |
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
bundler-cache: true
4343
ruby-version: 3.2.2
44-
- uses: actions/download-artifact@v3
44+
- uses: actions/download-artifact@v4
4545
with:
4646
name: pkg
4747
path: ./
@@ -60,7 +60,7 @@ jobs:
6060
registry: quay.io
6161
username: ${{ secrets.QUAY_USERNAME }}
6262
password: ${{ secrets.QUAY_PASSWORD }}
63-
- uses: actions/download-artifact@v3
63+
- uses: actions/download-artifact@v4
6464
with:
6565
name: pkg
6666
path: ./
@@ -75,4 +75,4 @@ jobs:
7575
labels: ${{ steps.meta.outputs.labels }}
7676
push: true
7777
tags: ${{ steps.meta.outputs.tags }}
78-
build-args: "TERRAFYING_VERSION=${{ github.ref_name }}"
78+
build-args: "TERRAFYING_VERSION=${{ github.ref_name }}"

0 commit comments

Comments
 (0)