Skip to content

Commit ee37e09

Browse files
authored
Merge pull request #28 from PSDTools/dependabot/github_actions/github-actions-7dc25245c6
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 in the github-actions group
2 parents b5cc424 + bd19111 commit ee37e09

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
@@ -67,13 +67,13 @@ jobs:
6767
- name: 🔨 Build
6868
run: pnpm run build
6969
- name: ⚙️ Upload GPA Calculator
70-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
70+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
7171
with:
7272
name: gpa-calculator
7373
path: "./apps/gpa-calculator/dist/"
7474
if-no-files-found: error
7575
- name: ⚙️ Upload Map
76-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
76+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
7777
with:
7878
name: phs-map
7979
path: "./apps/phs-map/dist/"

0 commit comments

Comments
 (0)