ci: update actions/*-artifact actions to v4 (#2818)
This commit is contained in:
parent
95fb85ad84
commit
3e06cc1072
|
@ -44,7 +44,7 @@ jobs:
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
|
||||||
- name: Upload metadata bake file
|
- name: Upload metadata bake file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: meta-${{ matrix.target }}
|
name: meta-${{ matrix.target }}
|
||||||
path: ${{ steps.meta.outputs.bake-file }}
|
path: ${{ steps.meta.outputs.bake-file }}
|
||||||
|
@ -76,7 +76,9 @@ jobs:
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Download all metadata bake files
|
- name: Download all metadata bake files
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
|
with:
|
||||||
|
pattern: meta-*
|
||||||
|
|
||||||
- name: Guess LIBRETIME_VERSION
|
- name: Guess LIBRETIME_VERSION
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue