Skip to content

Commit

Permalink
Merge pull request #40 from geotribu/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 2 to 4
  • Loading branch information
Guts authored Dec 1, 2024
2 parents a0a0703 + 4006833 commit dabae1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
MKDOCS_GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}

- name: Save build website as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: main-build-website
path: build/mkdocs/site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_checker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
tar --zstd -cf artifact.tar.zst pr.env ${{ env.BUILD_DIR }}
- name: Save build website as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pr-build-website
path: artifact.tar.zst
Expand Down

0 comments on commit dabae1a

Please sign in to comment.