Skip to content

Commit

Permalink
Refactor GitHub workflows to use the latest version of the 'actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact' action
  • Loading branch information
dirtyformal committed Sep 12, 2024
1 parent 962d139 commit a3bbf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: node compiler.js

- name: Upload Master Boundary File
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TRACONBoundaries
path: TRACONBoundaries.geojson
Expand Down

0 comments on commit a3bbf6b

Please sign in to comment.