diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml deleted file mode 100644 index a5129a04..00000000 --- a/.github/workflows/master.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: Check master merge - -on: - push: - branches: - - master - -jobs: - - get-version: - if: github.ref_name == 'master' - - runs-on: - - self-hosted - - X64 - - outputs: - IMAGE_TAG: ${{ steps.get-version.outputs.IMAGE_TAG }} - COMMIT_ID: ${{ steps.get-version.outputs.COMMIT_ID }} - VERSION: ${{ steps.get-version.outputs.VERSION }} - - steps: - - uses: actions/checkout@v6 - with: - sparse-checkout: | - VERSION - .github - sparse-checkout-cone-mode: false - - - name: Get version - id: get-version - uses: ./.github/actions/version diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 55c06661..0ce5e6e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -91,7 +91,7 @@ jobs: - uses: actions/checkout@v6 - name: Download packages - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: docker merge-multiple: true @@ -118,7 +118,7 @@ jobs: - uses: actions/checkout@v6 - name: Download packages - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: merge-multiple: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 027aaf1a..0db1f359 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v6 - name: Download packages - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: package-${{ env.ARCH }} path: docker