mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2025-11-30 04:33:40 +01:00
github-actions(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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