diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index fc440f9..8aebb49 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -22,7 +22,7 @@ jobs: - name: Build (Release) run: cargo build --release --color=always - name: Archive artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: badgey path: target/release/badgey @@ -37,7 +37,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: badgey - name: Seed config file