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