Skip to content

Commit

Permalink
Merge pull request #28 from PSDTools/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-7dc25245c6

chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 in the github-actions group
  • Loading branch information
lishaduck authored Aug 2, 2024
2 parents b5cc424 + bd19111 commit ee37e09
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 @@ -67,13 +67,13 @@ jobs:
- name: 🔨 Build
run: pnpm run build
- name: ⚙️ Upload GPA Calculator
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: gpa-calculator
path: "./apps/gpa-calculator/dist/"
if-no-files-found: error
- name: ⚙️ Upload Map
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: phs-map
path: "./apps/phs-map/dist/"
Expand Down

0 comments on commit ee37e09

Please sign in to comment.