Skip to content

Commit b1829da

Browse files
Update hackathon-demo.yml
1 parent 217a8f2 commit b1829da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hackathon-demo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,15 +545,15 @@ jobs:
545545
echo "🎭 EPIC HACKATHON DASHBOARD CREATED!"
546546
547547
- name: "Setup GitHub Pages"
548-
uses: actions/configure-pages@v3
548+
uses: actions/configure-pages@v4
549549

550550
- name: "Upload Epic Dashboard"
551-
uses: actions/upload-pages-artifact@v2
551+
uses: actions/upload-pages-artifact@v3
552552
with:
553553
path: ./demo_dashboard
554554

555555
- name: "Deploy Epic Demo Dashboard"
556-
uses: actions/deploy-pages@v2
556+
uses: actions/deploy-pages@v4
557557

558558
hackathon-victory-summary:
559559
name: "Hackathon Victory Summary"

0 commit comments

Comments
 (0)