mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2026-02-28 17:18:14 +01:00
Merge pull request #12 from netzmacht/dependabot/github_actions/actions/upload-artifact-3
github-actions(deps): bump actions/upload-artifact from 2 to 3
This commit is contained in:
2
.github/workflows/diagnostics.yml
vendored
2
.github/workflows/diagnostics.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
|||||||
run: $GITHUB_WORKSPACE/vendor/bin/phpcq run -o github-action -o default ${{ matrix.phpcq_flags }} -v
|
run: $GITHUB_WORKSPACE/vendor/bin/phpcq run -o github-action -o default ${{ matrix.phpcq_flags }} -v
|
||||||
|
|
||||||
- name: Upload build directory to artifact
|
- name: Upload build directory to artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ success() }} || ${{ failure() }}
|
if: ${{ success() }} || ${{ failure() }}
|
||||||
with:
|
with:
|
||||||
name: phpcq-builds-php-${{ matrix.php }}
|
name: phpcq-builds-php-${{ matrix.php }}
|
||||||
|
|||||||
Reference in New Issue
Block a user