Update actions/upload-artifact to v4
All checks were successful
Cache OSM data / cache (push) Successful in 21m49s
All checks were successful
Cache OSM data / cache (push) Successful in 21m49s
and remove hardcoded alpine runner
This commit is contained in:
parent
835397a6ba
commit
443ddd9ec9
1 changed files with 2 additions and 7 deletions
|
@ -10,13 +10,7 @@ on:
|
|||
jobs:
|
||||
cache:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: 'alpine:latest'
|
||||
steps:
|
||||
- name: Install curl
|
||||
run: |
|
||||
apk add --no-cache curl
|
||||
|
||||
- name: Download OSM data
|
||||
run: |
|
||||
curl -L -o osm.pbf \
|
||||
|
@ -37,9 +31,10 @@ jobs:
|
|||
output_file: competences-territoriales.geojson
|
||||
|
||||
- name: Upload as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: competences-territoriales
|
||||
path: competences-territoriales.geojson
|
||||
|
||||
- name: Upload to Forgejo Package Registry
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue