Downgrade action to supported ver
This commit is contained in:
parent
bb35f1a10e
commit
880a339e9a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue