We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5cc424 + bd19111 commit ee37e09Copy full SHA for ee37e09
.github/workflows/ci.yaml
@@ -67,13 +67,13 @@ jobs:
67
- name: 🔨 Build
68
run: pnpm run build
69
- name: ⚙️ Upload GPA Calculator
70
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
71
with:
72
name: gpa-calculator
73
path: "./apps/gpa-calculator/dist/"
74
if-no-files-found: error
75
- name: ⚙️ Upload Map
76
77
78
name: phs-map
79
path: "./apps/phs-map/dist/"
0 commit comments