Skip to content

Commit 342c5d4

Browse files
committed
fix: update all deprecated artifacts (#52)
p2_u264337_u264269.zip pacman-projects-main pacman-projects-main.zip skipgu.github.io thinkingboutyou-frankocean.mp3 renaapaktiani@Renaas-MacBook-Pro Desktop % cd skipgu.github.io renaapaktiani@Renaas-MacBook-Pro skipgu.github.io % git status On branch 52-fix-broken-pipeline Your branch is up to date with 'origin/52-fix-broken-pipeline'. nothing to commit, working tree clean renaapaktiani@Renaas-MacBook-Pro skipgu.github.io % git rebase -i HEAD~4 hint: Waiting for your editor to close the file... fix: update all deprecated artifacts (#52)
1 parent 911391a commit 342c5d4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v3
3030
- name: Setup Pages
31-
uses: actions/configure-pages@v3
31+
uses: actions/configure-pages@v5
3232
- name: Build with Jekyll
3333
uses: actions/jekyll-build-pages@v1
3434
with:
3535
source: ./
3636
destination: ./_site
3737
future: true
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v2
39+
uses: actions/upload-pages-artifact@v3
4040

4141
# Deployment job
4242
deploy:
@@ -50,5 +50,4 @@ jobs:
5050
steps:
5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v2
54-
53+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)