Skip to content

Commit

Permalink
Merge pull request #118 from geotribu/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4.5.0

build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
  • Loading branch information
Guts authored Jan 3, 2025
2 parents d5e44e7 + 5af46f0 commit 22ba014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_checker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
tar --zstd -cf artifact.tar.zst pr.env ${{ env.BUILD_DIR }}
- name: Save build website as artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: pr-build-website
path: artifact.tar.zst
Expand Down

0 comments on commit 22ba014

Please sign in to comment.