Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix github workflow #24

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: python src/combine_data.py

- name: Archive generated files as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: generated-files
path: ./api
Expand All @@ -40,7 +40,7 @@ jobs:
ref: production

- name: Download generated files artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: generated-files
path: ./api
Expand Down
2 changes: 1 addition & 1 deletion data/EDGG/EDDF.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ url = "https://knowledgebase.vatsim-germany.org/books/vacdm/page/vacdm-pilot-gui
[[airport.links]]
category = "Scenery"
name = "MSFS Freeware by virtualFRA"
url = "https://virtual-fra.com/"
url = "https://virtual-fra.com"

[[airport.links]]
category = "Scenery"
Expand Down
Loading