Skip to content

Commit

Permalink
Upgrade the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amarouane-ABDELHAK committed Feb 5, 2025
1 parent 783db7d commit 4bcfad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-log4brains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 0 # required by Log4brains to work correctly (needs the whole Git history)
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3
- name: Install Node
uses: actions/setup-node@v3
with:
Expand All @@ -45,9 +45,9 @@ jobs:
--basePath /${{ github.event.repository.name }} \
--out .build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: .build
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 4bcfad2

Please sign in to comment.