Skip to content

Commit

Permalink
Merge branch 'main' into xmr/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jul 17, 2024
2 parents 12dc02f + 69506c0 commit 15741e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: npm test

- name: Upload docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: github.repository == 'sustainers/website' && github.ref == 'refs/heads/main'
with:
name: docs
Expand All @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs
path: ./_site/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v3
with:
languages: "javascript"

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3

0 comments on commit 15741e3

Please sign in to comment.