Skip to content

Commit

Permalink
build: update action deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrahadi committed Feb 4, 2025
1 parent 12e47b9 commit 53ddd11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: build/
Expand All @@ -42,7 +42,7 @@ jobs:
path: build/

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v3
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: build
Expand Down

0 comments on commit 53ddd11

Please sign in to comment.