mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +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
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: unit_logs
|
||||
path: /tmp/*INFO*
|
||||
|
@ -167,7 +167,7 @@ jobs:
|
|||
|
||||
- name: Upload regression logs on failure
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: regression_logs
|
||||
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
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: logs
|
||||
path: /tmp/failed/*
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -145,7 +145,7 @@ jobs:
|
|||
mv ./*.rpm ./results-artifacts/
|
||||
fi
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dragonfly-amd64
|
||||
path: results-artifacts/*
|
||||
|
@ -153,7 +153,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [build-native, build-qemu]
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
name: Download files
|
||||
with:
|
||||
path: artifacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue