Update actions/upload-artifact to v4
Some checks failed
Cache OSM data / cache (push) Failing after 25s
Some checks failed
Cache OSM data / cache (push) Failing after 25s
and remove hardcoded alpine runner
This commit is contained in:
parent
835397a6ba
commit
b8bbb952d2
1 changed files with 1 additions and 3 deletions
|
@ -10,8 +10,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
cache:
|
cache:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: 'alpine:latest'
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install curl
|
- name: Install curl
|
||||||
run: |
|
run: |
|
||||||
|
@ -37,7 +35,7 @@ jobs:
|
||||||
output_file: competences-territoriales.geojson
|
output_file: competences-territoriales.geojson
|
||||||
|
|
||||||
- name: Upload as artifact
|
- name: Upload as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: competences-territoriales
|
name: competences-territoriales
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue