Skip to content

Commit

Permalink
Merge pull request #134 from PSDTools/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b-actions-16239e05d6

chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 in the github-actions group
  • Loading branch information
lishaduck authored Dec 17, 2024
2 parents d2d6f91 + 0f2edc4 commit b28d6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
- name: 🧹 Check for deduped dependencies
run: pnpm exec turbo check-deduped-deps
- name: ⚙️ Upload GPA Calculator
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: gpa-calculator
path: "./apps/gpa-calculator/dist/"
if-no-files-found: error
- name: ⚙️ Upload Map
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: phs-map
path: "./apps/phs-map/dist/"
Expand Down

0 comments on commit b28d6cd

Please sign in to comment.