Skip to content

Commit 19f6645

Browse files
authored
ci(fix): Update actions/upload-artifact to v3 (from v2) (#803)
1 parent d248ebc commit 19f6645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
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@v2
51+
- uses: actions/upload-artifact@v3
5252
name: Upload the PHAR artifact
5353
with:
5454
name: php-scoper-phar

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Ensure the PHAR works
4848
run: bin/php-scoper.phar --version
4949

50-
- uses: actions/upload-artifact@v2
50+
- uses: actions/upload-artifact@v3
5151
name: Upload the PHAR artifact
5252
with:
5353
name: php-scoper-phar-${{ matrix.php }}

0 commit comments

Comments
 (0)