Downgrade action to supported ver
Badgey Deployment / build (push) Successful in 6m19s Details
Badgey Deployment / deploy (BADGEY) (push) Failing after 5s Details
Badgey Deployment / deploy (M5_COMPUTER) (push) Failing after 5s Details

This commit is contained in:
Xyon 2024-10-08 01:43:51 +01:00
parent bb35f1a10e
commit 880a339e9a
Signed by: xyon
GPG Key ID: DD18155D6B18078D
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Build (Release) - name: Build (Release)
run: cargo build --release --color=always run: cargo build --release --color=always
- name: Archive artifact - name: Archive artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: badgey name: badgey
path: target/release/badgey path: target/release/badgey
@ -37,7 +37,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: badgey name: badgey
- name: Seed config file - name: Seed config file