mirror of
https://github.com/MailScanner/v5.git
synced 2025-02-21 22:15:11 +08:00
Use new artifact actions (#697)
This commit is contained in:
parent
b27432270f
commit
2532a42c69
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: ./Build.all
|
||||
|
||||
- name: Upload builds
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
# Artifact name
|
||||
name: builds
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download a Build Artifact
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
# Artifact name
|
||||
name: builds
|
||||
|
|
Loading…
Reference in a new issue