Skip to content

Commit ab15e30

Browse files
Copilotvoku
andauthored
Fix deprecated GitHub Actions: cache v4, upload-artifact v4, GITHUB_OUTPUT
Agent-Logs-Url: https://github.com/voku/Arrayy/sessions/bb0ae752-aecf-4b2a-a83b-9a883fe9606b Co-authored-by: voku <264695+voku@users.noreply.github.com>
1 parent 5f523a0 commit ab15e30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444

4545
- name: Determine composer cache directory
4646
id: composer-cache
47-
run: echo "::set-output name=directory::$(composer config cache-dir)"
47+
run: echo "directory=$(composer config cache-dir)" >> $GITHUB_OUTPUT
4848

4949
- name: Cache composer dependencies
50-
uses: actions/cache@v3.3.1
50+
uses: actions/cache@v4
5151
with:
5252
path: ${{ steps.composer-cache.outputs.directory }}
5353
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Archive logs artifacts
9696
if: ${{ failure() }}
97-
uses: actions/upload-artifact@v3
97+
uses: actions/upload-artifact@v4
9898
with:
9999
name: logs_composer-${{ matrix.composer }}_php-${{ matrix.php }}
100100
path: |

0 commit comments

Comments
 (0)