blog.trnck.dev

Update GitHub Actions deployment workflow to latest versions

+2 -2
+2 -2
.github/workflows/deploy.yaml
··· 40 40 JEKYLL_ENV: production 41 41 - name: ⏫ Upload artifact to GitHub Pages 42 42 id: artifact 43 - uses: actions/upload-pages-artifact@v1 43 + uses: actions/upload-pages-artifact@v3 44 44 with: 45 45 path: _site/ 46 46 ··· 59 59 steps: 60 60 - name: Deploy to GitHub Pages 61 61 id: deployment 62 - uses: actions/deploy-pages@v1 62 + uses: actions/deploy-pages@v4