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

Commit dd9294f

Browse files
authored
Merge pull request #272 from lightszentip/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4
2 parents e8d59cf + 0959989 commit dd9294f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
args: zip -X -r build/app.zip . -x *.git* -x .github/* -x ./node_modules/*
6060
- name: Upload artifact
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: app
6464
path: build/app.zip
@@ -79,7 +79,7 @@ jobs:
7979
body: ${{steps.build_changelog.outputs.changelog}}
8080

8181
- name: Upload logs on build failure 🪵
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
if: failure()
8484
with:
8585
name: Laravel Logs

0 commit comments

Comments
 (0)