Skip to content

Commit

Permalink
chore: bump github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jukbot committed Sep 17, 2024
1 parent 27acc8f commit 69bbb57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: bun test

- name: Archive coverage data # Archive data for using by Qodana
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jest-coverage-data
path: .qodana/code-coverage
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: "dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 69bbb57

Please sign in to comment.