Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #196 from lightszentip/renovate/major-github-artif…
Browse files Browse the repository at this point in the history
…act-actions

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
lightszentip authored Mar 2, 2024
2 parents 6a328ea + 6f31272 commit e89d651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
args: zip -X -r build/giftlist.zip . -x *.git* -x .github/* -x ./node_modules/*
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: giftlist
path: build/giftlist.zip
Expand All @@ -79,7 +79,7 @@ jobs:
body: ${{steps.build_changelog.outputs.changelog}}

- name: Upload logs on build failure 🪵
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: Laravel Logs
Expand Down

0 comments on commit e89d651

Please sign in to comment.