Skip to content

Commit cddf84c

Browse files
build(deps): Bump the dependencies group (#931)
Bumps the dependencies group in /.github/workflows with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 548f5f6 commit cddf84c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Ensure the PHAR works
4949
run: bin/php-scoper.phar --version
5050

51-
- uses: actions/upload-artifact@v3
51+
- uses: actions/upload-artifact@v4
5252
name: Upload the PHAR artifact
5353
with:
5454
name: php-scoper-phar-${{ matrix.php }}
@@ -117,7 +117,7 @@ jobs:
117117
uses: ./.github/actions/install-vendor
118118

119119
- name: Retrieve built PHAR
120-
uses: actions/download-artifact@v3
120+
uses: actions/download-artifact@v4
121121
with:
122122
name: php-scoper-phar-${{ matrix.php }}
123123
path: bin
@@ -182,7 +182,7 @@ jobs:
182182
java-version: 11
183183

184184
- name: Retrieve built PHP-Scoper PHAR
185-
uses: actions/download-artifact@v3
185+
uses: actions/download-artifact@v4
186186
with:
187187
name: php-scoper-phar-${{ matrix.php-version }}
188188
path: bin

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
bin/php-scoper.phar
7070
7171
- name: Upload the PHAR artifact
72-
uses: actions/upload-artifact@v3
72+
uses: actions/upload-artifact@v4
7373
with:
7474
name: php-scoper-phar
7575
path: |
@@ -85,7 +85,7 @@ jobs:
8585
permissions:
8686
contents: write
8787
steps:
88-
- uses: actions/download-artifact@v3
88+
- uses: actions/download-artifact@v4
8989
with:
9090
name: php-scoper-phar
9191
path: .
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
php-version: '8.2'
114114

115-
- uses: actions/download-artifact@v3
115+
- uses: actions/download-artifact@v4
116116
with:
117117
name: php-scoper-phar
118118
path: .

0 commit comments

Comments
 (0)