chore(deps): update actions/upload-artifact action to v5 (#3243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4295f0c1f9
commit
c0a087d7f2
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
|
|
||||||
# Upload artifacts in case of workflow failure
|
# Upload artifacts in case of workflow failure
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: oauth2-proxy-artifacts
|
name: oauth2-proxy-artifacts
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue