1
0
mirror of https://github.com/XFox111/bonch-calendar.git synced 2026-04-22 07:08:01 +03:00

build(deps): Bump actions/upload-artifact from 5 to 6 in the all group

Bumps the all group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-01 00:19:52 +00:00
committed by Eugene Fox
parent 452e6d51b2
commit c0e6ced376
+3 -3
View File
@@ -40,7 +40,7 @@ jobs:
- run: docker save ${{ github.repository }}:ci | gzip > api_image.tar.gz - run: docker save ${{ github.repository }}:ci | gzip > api_image.tar.gz
- uses: actions/upload-artifact@v5 - uses: actions/upload-artifact@v6
with: with:
name: api-image name: api-image
path: api_image.tar.gz path: api_image.tar.gz
@@ -58,7 +58,7 @@ jobs:
- run: docker save ${{ github.repository }}:ci | gzip > app_image.tar.gz - run: docker save ${{ github.repository }}:ci | gzip > app_image.tar.gz
- uses: actions/upload-artifact@v5 - uses: actions/upload-artifact@v6
with: with:
name: app-image name: app-image
path: app_image.tar.gz path: app_image.tar.gz
@@ -82,7 +82,7 @@ jobs:
- run: npm audit --audit-level=moderate --json > audit_report.json - run: npm audit --audit-level=moderate --json > audit_report.json
working-directory: ./app working-directory: ./app
- uses: actions/upload-artifact@v5 - uses: actions/upload-artifact@v6
with: with:
name: app-audit-report name: app-audit-report
path: ./app/audit_report.json path: ./app/audit_report.json