diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 76b3c32..db81be8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v4 - name: Ensure latest Go is installed in /data/go run: | @@ -85,7 +85,7 @@ jobs: shell: bash - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v4 with: name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }} path: |