Skip to content

Commit e7442d1

Browse files
authored
Merge pull request #324 from hydephp/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents 18fb6e9 + c251a55 commit e7442d1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/code-intelligence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: vendor/bin/pest --coverage --coverage-html=coverage
3838

3939
- name: Upload coverage report
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: coverage
4343
path: coverage

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: php builds/hyde --version
6464

6565
- name: Upload executable artifact
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v7
6767
with:
6868
name: hyde
6969
path: builds/hyde
@@ -106,7 +106,7 @@ jobs:
106106
107107
- name: Upload signature artifacts
108108
if: github.event.repository.full_name == 'hydephp/cli'
109-
uses: actions/upload-artifact@v4
109+
uses: actions/upload-artifact@v7
110110
with:
111111
name: signature
112112
path: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
run: php builds/hyde --version
148148

149149
- name: Upload executable
150-
uses: actions/upload-artifact@v4
150+
uses: actions/upload-artifact@v7
151151
with:
152152
name: hyde
153153
path: builds/hyde

0 commit comments

Comments
 (0)