Skip to content

Commit bd56131

Browse files
authored
Merge pull request #164 from PSDTools/dependabot/github_actions/github-actions-8f3a61e048
chore(deps): bump actions/download-artifact from 4.1.8 to 4.1.9 in the github-actions group
2 parents 4a0fa38 + c5dc5a3 commit bd56131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
103+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
129+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
130130
with:
131131
name: phs-map
132132
path: "./apps/phs-map/dist/"

0 commit comments

Comments
 (0)