We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64888b7 commit 834b74cCopy full SHA for 834b74c
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
images: btburnett3/couchbase-index-manager
52
- name: Docker Build
53
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
54
55
context: .
56
platforms: linux/amd64
@@ -76,7 +76,7 @@ jobs:
76
pushd packages/couchbase-index-manager-cli && npm pack && popd
77
- name: Archive
78
if: ${{!startsWith(github.ref, 'refs/tags/')}} # Only on non-tags
79
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
80
81
name: npm-packages
82
path: |
0 commit comments