Skip to content

Commit 4a0fa38

Browse files
authored
Merge pull request #163 from PSDTools/dependabot/github_actions/github-actions-19ac703470
chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 in the github-actions group
2 parents fc2222a + fecfb82 commit 4a0fa38

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
@@ -74,13 +74,13 @@ jobs:
7474
# - name: 🧹 Check for deduped dependencies
7575
# run: pnpm exec turbo check-deduped-deps
7676
- name: ⚙️ Upload GPA Calculator
77-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
77+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7878
with:
7979
name: gpa-calculator
8080
path: "./apps/gpa-calculator/dist/"
8181
if-no-files-found: error
8282
- name: ⚙️ Upload Map
83-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
83+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8484
with:
8585
name: phs-map
8686
path: "./apps/phs-map/dist/"

0 commit comments

Comments
 (0)