mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-25 10:49:17 +00:00
trivial: Revert "Revert "build(deps): bump actions/upload-artifact from 2 to 3""
This reverts commit 793aa9a365
.
This commit is contained in:
parent
88db2a3f9e
commit
996fc8d242
2
.github/workflows/freebsd.yml
vendored
2
.github/workflows/freebsd.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
--GITHUB_REPOSITORY=${GITHUB_REPOSITORY}
|
||||
--GITHUB_TAG=${{steps.tagger.outputs.tag}}
|
||||
- name: Upload fwupd binary artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Binary package
|
||||
path: |
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
||||
fuzz-seconds: 300
|
||||
dry-run: false
|
||||
- name: Upload Crash
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure() && steps.build.outcome == 'success'
|
||||
with:
|
||||
name: artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user