Skip to content

Commit

Permalink
Merge pull request #4895 from relative-ci/dependabot/github_actions/m…
Browse files Browse the repository at this point in the history
…aster/actions/upload-artifact-4.5.0

build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
  • Loading branch information
vio authored Dec 18, 2024
2 parents c8ef150 + 52bc490 commit 054679b
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 @@ -37,7 +37,7 @@ jobs:
webpackStatsFile: ./packages/html-templates/artifacts/webpack-stats.json

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

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

0 comments on commit 054679b

Please sign in to comment.