mirror of
https://github.com/Zxilly/UA2F.git
synced 2025-12-16 16:21:58 +00:00
build(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2a64891c76
commit
b5e21e5765
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -203,7 +203,7 @@ jobs:
|
||||
verbose: true
|
||||
|
||||
- name: Upload log
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: syslog-cache-${{ matrix.cache }}
|
||||
path: /var/log/syslog
|
||||
@ -254,7 +254,7 @@ jobs:
|
||||
rm -rf tmp
|
||||
|
||||
- name: Store packages
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
if: "!startsWith(github.ref, 'refs/tags/v')"
|
||||
with:
|
||||
name: ${{ matrix.arch }}-${{ github.sha }}-${{ matrix.version }}-packages
|
||||
@ -270,7 +270,7 @@ jobs:
|
||||
file_glob: true
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: ${{ matrix.arch }}-${{ github.sha }}-${{ matrix.version }}-logs
|
||||
path: logs/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user