mirror of
https://github.com/versity/versitygw.git
synced 2026-02-11 04:31:08 +00:00
Merge pull request #1830 from versity/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 4 to 6
This commit is contained in:
2
.github/workflows/system.yml
vendored
2
.github/workflows/system.yml
vendored
@@ -137,7 +137,7 @@ jobs:
|
||||
echo "SAFE_RUN_SET=$SAFE_RUN_SET" >> $GITHUB_ENV
|
||||
|
||||
- name: Upload command coverage log
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: coverage-${{ env.SAFE_RUN_SET }}-${{ matrix.RECREATE_BUCKETS }}
|
||||
path: coverage.log
|
||||
|
||||
Reference in New Issue
Block a user