From f44b25128850e6622a0fcdaf3b43d3ed265748d8 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 4 Jul 2024 12:21:47 +0800 Subject: [PATCH] refactor: Update Docker image versions and artifact upload actions --- .github/workflows/build-docker.yml | 2 +- .github/workflows/build-linux.yml | 2 +- .github/workflows/build-macos.yml | 2 +- .github/workflows/pr-receive.yml | 2 +- .github/workflows/pr-test.yml | 2 +- .github/workflows/unit-test.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 9326955e0..683e9d379 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -11,7 +11,7 @@ on: - completed env: - VERSION: 0.9.0 + VERSION: 0.10.4 jobs: build: if: ${{ github.event.workflow_run.conclusion == 'success' }} diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 64427d042..ec0e6877c 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -1,4 +1,4 @@ -name: Build Linux Dev +name: Build Linux Artifacts on: workflow_dispatch: diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 140f4f0b6..2ce578b4b 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -1,4 +1,4 @@ -name: Build MacOS Dev +name: Build MacOS Artifacts on: workflow_dispatch: diff --git a/.github/workflows/pr-receive.yml b/.github/workflows/pr-receive.yml index 0fbb20af1..955341bbc 100644 --- a/.github/workflows/pr-receive.yml +++ b/.github/workflows/pr-receive.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Save PR number run: | diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index f5dbbb3ef..22122544d 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -1,4 +1,4 @@ -name: Comment on the pull request +name: PR Unit Test # read-write repo token # access to secrets diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index c115cb5f4..90629ceb6 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -1,4 +1,4 @@ -name: UnitTest +name: Unit Test on: workflow_dispatch: