mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
chore: update deprecated actions (#3052)
This commit is contained in:
parent
73e44a941e
commit
494ccdf2c6
3 changed files with 5 additions and 5 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -151,7 +151,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload unit logs on failure
|
- name: Upload unit logs on failure
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: unit_logs
|
name: unit_logs
|
||||||
path: /tmp/*INFO*
|
path: /tmp/*INFO*
|
||||||
|
@ -167,7 +167,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload regression logs on failure
|
- name: Upload regression logs on failure
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: regression_logs
|
name: regression_logs
|
||||||
path: /tmp/failed/*
|
path: /tmp/failed/*
|
||||||
|
|
2
.github/workflows/regression-tests.yml
vendored
2
.github/workflows/regression-tests.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload logs on failure
|
- name: Upload logs on failure
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: logs
|
name: logs
|
||||||
path: /tmp/failed/*
|
path: /tmp/failed/*
|
||||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -145,7 +145,7 @@ jobs:
|
||||||
mv ./*.rpm ./results-artifacts/
|
mv ./*.rpm ./results-artifacts/
|
||||||
fi
|
fi
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dragonfly-amd64
|
name: dragonfly-amd64
|
||||||
path: results-artifacts/*
|
path: results-artifacts/*
|
||||||
|
@ -153,7 +153,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build-native, build-qemu]
|
needs: [build-native, build-qemu]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
name: Download files
|
name: Download files
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue