We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9886899 commit c934255Copy full SHA for c934255
.github/workflows/integration_tests.yml
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ubuntu-${{ matrix.ubuntu_version }}
48
name: Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}}
49
steps:
50
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
51
52
- name: get cache directory
53
id: composer-cache
@@ -126,7 +126,7 @@ jobs:
126
127
- name: Save logs
128
if: ${{ failure() }}
129
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
130
with:
131
name: failure-logs
132
path: failure-logs
0 commit comments