Skip to content

Commit c934255

Browse files
authored
fix github actions (php-opencloud#423)
1 parent 9886899 commit c934255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-${{ matrix.ubuntu_version }}
4848
name: Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}}
4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v4
5151

5252
- name: get cache directory
5353
id: composer-cache
@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: Save logs
128128
if: ${{ failure() }}
129-
uses: actions/upload-artifact@v3
129+
uses: actions/upload-artifact@v4
130130
with:
131131
name: failure-logs
132132
path: failure-logs

0 commit comments

Comments
 (0)