Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0
  • Loading branch information
Guts authored Sep 24, 2024
2 parents dc2f435 + ef95be3 commit 35ed953
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 @@ -113,7 +113,7 @@ jobs:
tar --zstd -cf artifact.tar.zst pr.env ${{ env.BUILD_DIR }}
- name: Save build website as artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: pr-build-website
path: artifact.tar.zst
Expand Down

0 comments on commit 35ed953

Please sign in to comment.