Skip to content

Commit 834b74c

Browse files
authored
Update build.yml action versions
1 parent 64888b7 commit 834b74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
images: btburnett3/couchbase-index-manager
5252
- name: Docker Build
53-
uses: docker/build-push-action@v5
53+
uses: docker/build-push-action@v6
5454
with:
5555
context: .
5656
platforms: linux/amd64
@@ -76,7 +76,7 @@ jobs:
7676
pushd packages/couchbase-index-manager-cli && npm pack && popd
7777
- name: Archive
7878
if: ${{!startsWith(github.ref, 'refs/tags/')}} # Only on non-tags
79-
uses: actions/upload-artifact@v3
79+
uses: actions/upload-artifact@v4
8080
with:
8181
name: npm-packages
8282
path: |

0 commit comments

Comments
 (0)