Skip to content

Commit 5a26615

Browse files
committed
Fixing Error: This request has been automatically failed because it uses a deprecated version of actions/upload-artifact: v3
1 parent 6b74e51 commit 5a26615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
# verbose: true
140140

141141
- name: Upload logs as artifacts
142-
uses: actions/upload-artifact@v3
142+
uses: actions/upload-artifact@v4
143143
with:
144144
name: mautic-logs
145145
path: var/logs/

0 commit comments

Comments
 (0)