Skip to content

Commit 227d5a4

Browse files
author
Rob Fitzgerald
authored
Merge pull request #482 from NatLabRockies/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 06abe99 + 4d52bf0 commit 227d5a4

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/python-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
rustup show
105105
106106
- name: upload artifacts
107-
uses: actions/upload-artifact@v6
107+
uses: actions/upload-artifact@v7
108108
with:
109109
name: "wheel-${{ matrix.os }}-py${{ matrix.python-version }}"
110110
path: dist

rust/routee-compass/Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ description = "The RouteE-Compass energy-aware routing engine"
99
homepage = "https://nrel.github.io/routee-compass"
1010
repository = "https://github.com/NREL/routee-compass"
1111
documentation = "https://docs.rs/routee-compass"
12-
keywords = [
13-
"eco-routing",
14-
"route-planning",
15-
"routing",
16-
"networks",
17-
"road-networks",
18-
]
12+
keywords = ["eco-routing", "route-planning", "routing", "networks", "road-networks"]
1913
categories = ["science", "science::geo"]
2014

2115
[lib]

0 commit comments

Comments
 (0)