8080 mkdir -p artifacts/${{ matrix.arch }}
8181 cp target/${{ matrix.target }}/release/operator artifacts/${{ matrix.arch }}/
8282
83- - uses : actions/upload-artifact@v6
83+ - uses : actions/upload-artifact@v7
8484 with :
8585 name : binaries-${{ matrix.arch }}
8686 path : artifacts/${{ matrix.arch }}/
@@ -103,13 +103,13 @@ jobs:
103103 run : echo "version=$(cargo pkgid | cut -d# -f2)" >> "$GITHUB_OUTPUT"
104104
105105 - name : Download AMD64 binaries
106- uses : actions/download-artifact@v7
106+ uses : actions/download-artifact@v8
107107 with :
108108 name : binaries-amd64
109109 path : .github/build-context/amd64/
110110
111111 - name : Download ARM64 binaries
112- uses : actions/download-artifact@v7
112+ uses : actions/download-artifact@v8
113113 with :
114114 name : binaries-arm64
115115 path : .github/build-context/arm64/
@@ -124,9 +124,9 @@ jobs:
124124 ls -lh .github/build-context/arm64/
125125
126126 - name : Setup buildkit
127- uses : docker/setup-buildx-action@v3
127+ uses : docker/setup-buildx-action@v4
128128
129- - uses : docker/metadata-action@v5
129+ - uses : docker/metadata-action@v6
130130 id : meta
131131 with :
132132 images : ghcr.io/beyondessential/postgres-restore-operator
@@ -143,7 +143,7 @@ jobs:
143143 org.opencontainers.image.licenses=GPL-3.0-or-later
144144
145145 - name : Build and push
146- uses : docker/build-push-action@v6
146+ uses : docker/build-push-action@v7
147147 with :
148148 context : .github/build-context
149149 file : Containerfile
0 commit comments