mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-26 06:19:55 +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_REPOSITORY=${GITHUB_REPOSITORY}
|
||||||
--GITHUB_TAG=${{steps.tagger.outputs.tag}}
|
--GITHUB_TAG=${{steps.tagger.outputs.tag}}
|
||||||
- name: Upload fwupd binary artifact
|
- name: Upload fwupd binary artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Binary package
|
name: Binary package
|
||||||
path: |
|
path: |
|
||||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
|||||||
fuzz-seconds: 300
|
fuzz-seconds: 300
|
||||||
dry-run: false
|
dry-run: false
|
||||||
- name: Upload Crash
|
- name: Upload Crash
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v3
|
||||||
if: failure() && steps.build.outcome == 'success'
|
if: failure() && steps.build.outcome == 'success'
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user