Skip to content

Commit

Permalink
Update GitHub Actions via Dependabot (#363)
Browse files Browse the repository at this point in the history
* Update GitHub Actions via Dependabot

* upload artifact
  • Loading branch information
danepowell authored Oct 30, 2024
1 parent d2a6e1c commit 3060711
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ updates:
time: "17:00"
timezone: Australia/Sydney
open-pull-requests-limit: 99
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
run: php logstream.phar

- name: Upload artefact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}-php-${{ matrix.php-versions }}-logstream.phar
path: logstream.phar
if-no-files-found: error

- name: Upload code coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}-php-${{ matrix.php-versions }}-phpunit.html
path: ./tests/logs/phpunit.html
Expand Down

0 comments on commit 3060711

Please sign in to comment.