Skip to content

Commit 4e2ae68

Browse files
authored
Merge pull request #171 from PSDTools/dependabot/github_actions/github-actions-57b3552e85
chore(deps): bump actions/download-artifact from 4.1.9 to 4.2.0 in the github-actions group
2 parents 3a59f3f + 1725ed7 commit 4e2ae68

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)