Skip to content

Commit 1725ed7

Browse files
chore(deps): bump actions/download-artifact in the github-actions group
Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.1.9 to 4.2.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...b14cf4c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a59f3f commit 1725ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: ⚙️ Download GPA Calculator
103-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
103+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
104104
with:
105105
name: gpa-calculator
106106
path: "./apps/gpa-calculator/dist/"
@@ -126,7 +126,7 @@ jobs:
126126

127127
steps:
128128
- name: ⚙️ Download Map
129-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
129+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
130130
with:
131131
name: phs-map
132132
path: "./apps/phs-map/dist/"

0 commit comments

Comments
 (0)