5555 run : bun run system-test:light-run
5656
5757 - name : Upload dist artifact
58- uses : actions/upload-artifact@v6
58+ uses : actions/upload-artifact@v7
5959 with :
6060 name : dist
6161 path : dist/
@@ -86,12 +86,12 @@ jobs:
8686 bun run build
8787
8888 - name : Set up Docker Buildx
89- uses : docker/setup-buildx-action@v3
89+ uses : docker/setup-buildx-action@v4
9090 with :
9191 version : latest
9292
9393 - name : Docker Build (amd64 for testing)
94- uses : docker/build-push-action@v6
94+ uses : docker/build-push-action@v7
9595 with :
9696 context : .
9797 file : ./Dockerfile
@@ -114,21 +114,21 @@ jobs:
114114 uses : actions/checkout@v6
115115
116116 - name : Download dist artifact
117- uses : actions/download-artifact@v7
117+ uses : actions/download-artifact@v8
118118 with :
119119 name : dist
120120 path : dist/
121121
122122 - name : Set up QEMU
123- uses : docker/setup-qemu-action@v3
123+ uses : docker/setup-qemu-action@v4
124124
125125 - name : Set up Docker Buildx
126- uses : docker/setup-buildx-action@v3
126+ uses : docker/setup-buildx-action@v4
127127 with :
128128 version : latest
129129
130130 - name : Login to DockerHub
131- uses : docker/login-action@v3
131+ uses : docker/login-action@v4
132132 with :
133133 username : ${{ secrets.DOCKERHUB_USERNAME }}
134134 password : ${{ secrets.DOCKERHUB_TOKEN }}
@@ -139,7 +139,7 @@ jobs:
139139 echo "PACKAGE_VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV
140140
141141 - name : Build and push multi-arch image
142- uses : docker/build-push-action@v6
142+ uses : docker/build-push-action@v7
143143 with :
144144 context : .
145145 file : ./Dockerfile
0 commit comments