Skip to content

Commit 1f01a1b

Browse files
authored
Merge pull request #32 from PSDTools/dependabot/github_actions/github-actions-720c8da8de
chore(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 in the github-actions group
2 parents 89caf4b + 5db1020 commit 1f01a1b

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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
70+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
76+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
7777
with:
7878
name: phs-map
7979
path: "./apps/phs-map/dist/"

0 commit comments

Comments
 (0)