Skip to content

Commit 06c95af

Browse files
authored
Merge branch 'main' into oss-license
2 parents 3afee05 + 63ae5c2 commit 06c95af

5 files changed

Lines changed: 32 additions & 32 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- name: Get releasebranch.txt artifact from Release pipeline
7878
if: github.event_name == 'workflow_run'
79-
uses: actions/download-artifact@v7
79+
uses: actions/download-artifact@v8
8080
with:
8181
name: releasebranch.txt
8282
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/push-to-registry.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,26 +65,26 @@ jobs:
6565
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
6666
6767
- name: Set up Docker Buildx
68-
uses: docker/setup-buildx-action@v3
68+
uses: docker/setup-buildx-action@v4
6969

7070
- name: Log in to Container Registry
71-
uses: docker/login-action@v3
71+
uses: docker/login-action@v4
7272
with:
7373
registry: ${{ env.REGISTRY }}
7474
username: ${{ github.actor }}
7575
password: ${{ secrets.GITHUB_TOKEN }}
7676

7777
- name: Extract Docker metadata
7878
id: meta
79-
uses: docker/metadata-action@v5
79+
uses: docker/metadata-action@v6
8080
with:
8181
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8282
tags: |
8383
type=raw,value=latest,enable=${{ steps.version.outputs.ea_build == 'true' }}
8484
type=raw,value=${{ steps.version.outputs.version }}
8585
8686
- name: Build and push Docker image
87-
uses: docker/build-push-action@v6
87+
uses: docker/build-push-action@v7
8888
with:
8989
context: .
9090
file: ./docker-image/Dockerfiles/Dockerfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
git push origin "$BRANCH"
6565
echo "$BRANCH" > releasebranch.txt
6666
67-
- uses: actions/upload-artifact@v6
67+
- uses: actions/upload-artifact@v7
6868
with:
6969
name: releasebranch.txt
7070
path: releasebranch.txt

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Upload coverage reports
9999
if: ${{ matrix.node == env.MAIN_NODE_VER }}
100-
uses: actions/upload-artifact@v6
100+
uses: actions/upload-artifact@v7
101101
with:
102102
name: coverage
103103
path: ./coverage/coverage-final.json

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)