Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent ba2e48a commit 37a59ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
webpackStatsFile: ./packages/html-templates/artifacts/webpack-stats.json

- name: Upload build files
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: build-artifacts
retention-days: 1
Expand All @@ -45,7 +45,7 @@ jobs:
run: ./scripts/local-registry-publish.sh

- name: Upload local registry files
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: local-registry
retention-days: 1
Expand Down

0 comments on commit 37a59ec

Please sign in to comment.