Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.7 #315

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
9ddbdd4
fix: package.json to reduce vulnerabilities
snyk-bot Oct 4, 2021
0d26958
fix: package.json to reduce vulnerabilities
snyk-bot Jan 17, 2022
a004c3d
meta: bump the storybook group with 4 updates
dependabot[bot] Jul 18, 2023
827795e
meta: bump the testing-library group with 2 updates
dependabot[bot] Jul 18, 2023
b0b15e9
meta: bump the next-js group with 2 updates
dependabot[bot] Jul 18, 2023
906cc09
Merge branch 'master' into snyk-fix-4323eeb306a1585c618f5c463ab28483
hixio-mh Jul 18, 2023
b2bf222
Merge pull request #133 from FFhix10/snyk-fix-4323eeb306a1585c618f5c4…
hixio-mh Jul 18, 2023
9ec9a5b
Merge branch 'master' into dependabot/npm_and_yarn/testing-library-83…
hixio-mh Jul 18, 2023
d9acfcd
Merge pull request #292 from FFhix10/dependabot/npm_and_yarn/testing-…
hixio-mh Jul 18, 2023
aebdf5d
Merge branch 'master' into snyk-fix-b79dd9ec71723ce4eff015a751ed9128
hixio-mh Jul 18, 2023
41dccd0
Merge pull request #187 from FFhix10/snyk-fix-b79dd9ec71723ce4eff015a…
hixio-mh Jul 18, 2023
95e03ba
Merge branch 'master' into dependabot/npm_and_yarn/storybook-54701aaee0
hixio-mh Jul 18, 2023
019087d
Merge pull request #291 from FFhix10/dependabot/npm_and_yarn/storyboo…
hixio-mh Jul 18, 2023
4b9d807
Merge branch 'master' into dependabot/npm_and_yarn/next-js-8fa9aa3d1e
hixio-mh Jul 18, 2023
7b3e867
Merge pull request #293 from FFhix10/dependabot/npm_and_yarn/next-js-…
hixio-mh Jul 18, 2023
90ab4ad
chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.7
dependabot[bot] May 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
cache-

- name: Download PR Bundle Analysis
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: bundle-analysis
path: .next/analyze
Expand Down
Loading
Loading