Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.4.0 to 4.6.0 (#1582)
Browse files Browse the repository at this point in the history
build(deps): bump actions/upload-artifact from 4.4.0 to 4.6.0
  • Loading branch information
kodiakhq[bot] authored Jan 17, 2025
2 parents be422c8 + b266ac1 commit 0472e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/number
- name: Upload web app build
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.6.0
with:
name: web-app-build
path: |
Expand Down

0 comments on commit 0472e10

Please sign in to comment.