Skip to content

Commit 76dcbaa

Browse files
build(deps): Bump actions/download-artifact from 4 to 5 (#358)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03d4288 commit 76dcbaa

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/echo-tracker-release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
cancel-in-progress: false
7373
steps:
7474

75-
- uses: actions/download-artifact@v4
75+
- uses: actions/download-artifact@v5
7676
with:
7777
name: build
7878
path: ${{ github.workspace }}/echo-tracker

.github/workflows/echo-tracker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
cancel-in-progress: false
7878
steps:
7979

80-
- uses: actions/download-artifact@v4
80+
- uses: actions/download-artifact@v5
8181
with:
8282
name: release
8383
path: ${{ github.workspace }}/echo-tracker

.github/workflows/laravel-one-release-candidate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ jobs:
119119
cancel-in-progress: false
120120
steps:
121121

122-
- uses: actions/download-artifact@v4
122+
- uses: actions/download-artifact@v5
123123
with:
124124
name: build
125125
path: ${{ github.workspace }}/laravel-one
126126

127-
- uses: actions/download-artifact@v4
127+
- uses: actions/download-artifact@v5
128128
with:
129129
name: buildVhs
130130
path: ${{ github.workspace }}/laravel-one

.github/workflows/laravel-one-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ jobs:
124124
cancel-in-progress: false
125125
steps:
126126

127-
- uses: actions/download-artifact@v4
127+
- uses: actions/download-artifact@v5
128128
with:
129129
name: release
130130
path: ${{ github.workspace }}/laravel-one
131131

132-
- uses: actions/download-artifact@v4
132+
- uses: actions/download-artifact@v5
133133
with:
134134
name: vhs
135135
path: ${{ github.workspace }}/laravel-one

.github/workflows/phpunit-slicer-release-candidate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ jobs:
115115
cancel-in-progress: false
116116
steps:
117117

118-
- uses: actions/download-artifact@v4
118+
- uses: actions/download-artifact@v5
119119
with:
120120
name: build
121121
path: ${{ github.workspace }}/phpunit-slicer
122122

123-
- uses: actions/download-artifact@v4
123+
- uses: actions/download-artifact@v5
124124
with:
125125
name: buildVhs
126126
path: ${{ github.workspace }}/phpunit-slicer

.github/workflows/phpunit-slicer-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ jobs:
120120
cancel-in-progress: false
121121
steps:
122122

123-
- uses: actions/download-artifact@v4
123+
- uses: actions/download-artifact@v5
124124
with:
125125
name: release
126126
path: ${{ github.workspace }}/phpunit-slicer
127127

128-
- uses: actions/download-artifact@v4
128+
- uses: actions/download-artifact@v5
129129
with:
130130
name: vhs
131131
path: ${{ github.workspace }}/phpunit-slicer

0 commit comments

Comments
 (0)