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}}
|
||||
|
||||
- name: Upload metadata bake file
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: meta-${{ matrix.target }}
|
||||
path: ${{ steps.meta.outputs.bake-file }}
|
||||
|
@ -76,7 +76,9 @@ jobs:
|
|||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Download all metadata bake files
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: meta-*
|
||||
|
||||
- name: Guess LIBRETIME_VERSION
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue