From 1be60e26a4d9ed2c23c46177a7ea202374d386df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:53:09 +0000 Subject: [PATCH] Build(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...bbbca2ddaa5d8feaa63e36b76fdaad77386f024f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d1ad9998d..e13e69642 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -229,14 +229,14 @@ jobs: fi # - name: Upload the code coverage files as artifacts # if: always() - # uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + # uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # with: # name: Code coverage files (${{matrix.database}}, stable${{matrix.coreVersion}}, ${{matrix.httpServer}}, ${{matrix.phpVersion}}) # path: ".github/actions/run-tests/volumes/coverage" - name: Upload the log file as artifact if: steps.ncVersionRequirements.outputs.matchingVersion == 'true' && always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: Nextcloud-logs (${{matrix.database}}, stable${{matrix.coreVersion}}, ${{matrix.httpServer}}, ${{matrix.phpVersion}}) path: .github/actions/run-tests/volumes/data/nextcloud.log @@ -250,19 +250,19 @@ jobs: - name: Upload the code coverage report for codecov as artifacts if: steps.ncVersionRequirements.outputs.matchingVersion == 'true' - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: Code coverage (XML) (${{matrix.database}}, stable${{matrix.coreVersion}}, ${{matrix.httpServer}}, ${{matrix.phpVersion}}) path: "/tmp/coverage/coverage.*.xml" # - name: Upload the code coverage report (unit tests) as artifacts - # uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + # uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # with: # name: Code coverage (HTML) (${{matrix.database}}, stable${{matrix.coreVersion}}, ${{matrix.httpServer}}, ${{matrix.phpVersion}}) # path: "/tmp/coverage" - name: Upload the junit log file artifact as artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: Junit test log files (${{matrix.database}}, stable${{matrix.coreVersion}}, ${{matrix.httpServer}}, ${{matrix.phpVersion}}) path: .github/actions/run-tests/volumes/coverage/junit*.xml @@ -345,14 +345,14 @@ jobs: fi # - name: Upload the coverage files as artifact - # uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + # uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # with: # name: Coverage files (mysql, master, apache) # path: .github/actions/run-tests/volumes/coverage # if: always() - name: Upload the log file as artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f if: always() with: name: Nextcloud-logs (mysql, master, apache) @@ -365,13 +365,13 @@ jobs: rsync -a .github/actions/run-tests/volumes/coverage/latest/ /tmp/coverage - name: Upload the code coverage report for codecov as artifacts - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: Code coverage (XML) (mysql, master, apache) path: "/tmp/coverage/coverage.*.xml" - name: Upload the junit log file artifact as artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: Junit test log files (mysql, master, apache) path: .github/actions/run-tests/volumes/coverage/junit*.xml @@ -525,7 +525,7 @@ jobs: run: >- make appstore_package_name=/tmp/appstore appstore - name: Publish the app store package as artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: cookbook-appstore path: /tmp/appstore.tar.gz @@ -535,7 +535,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Upload - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: Event File path: ${{ github.event_path }}