mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Snapshots workflow
This commit is contained in:
parent
a5bf4ea880
commit
d9920c2839
1 changed files with 4 additions and 4 deletions
8
.github/workflows/snapshots.yml
vendored
8
.github/workflows/snapshots.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
run: ./.github/scripts/create_snapshot.sh
|
||||
|
||||
- name: Share data between jobs
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: snapshot-mac
|
||||
retention-days: 1
|
||||
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
run: ./.github/scripts/create_snapshot.bat
|
||||
|
||||
- name: Share data between jobs
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: snapshot-win
|
||||
retention-days: 1
|
||||
|
|
@ -119,7 +119,7 @@ jobs:
|
|||
run: ./.github/scripts/create_snapshot.lnx
|
||||
|
||||
- name: Share data between jobs
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: snapshot-lin
|
||||
retention-days: 1
|
||||
|
|
@ -132,7 +132,7 @@ jobs:
|
|||
environment: snapshots
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
merge-multiple: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue