We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217a8f2 commit b1829daCopy full SHA for b1829da
1 file changed
.github/workflows/hackathon-demo.yml
@@ -545,15 +545,15 @@ jobs:
545
echo "🎭 EPIC HACKATHON DASHBOARD CREATED!"
546
547
- name: "Setup GitHub Pages"
548
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v4
549
550
- name: "Upload Epic Dashboard"
551
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
552
with:
553
path: ./demo_dashboard
554
555
- name: "Deploy Epic Demo Dashboard"
556
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
557
558
hackathon-victory-summary:
559
name: "Hackathon Victory Summary"
0 commit comments