Skip to content

Commit

Permalink
CI: {upload,download}-artifact@v4 πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Dec 18, 2023
1 parent a85224e commit 149468f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- run: ./build.sh
- name: store gtfs-flex.zip as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gtfs-flex
path: |
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
# todo
- name: restore gtfs-flex.zip
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gtfs-flex
- name: publish to opendata.bbnavi.docker
Expand Down

0 comments on commit 149468f

Please sign in to comment.