Skip to content

Commit 1273bdf

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5154d8 commit 1273bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-on-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: transitland-route-geometry-generator-linux
2828
path: ${{ github.workspace }}/build/transitland-route-geometry-generator
2929
- name: Download Linux binary
30-
uses: actions/download-artifact@v1
30+
uses: actions/download-artifact@v4.1.7
3131
with:
3232
name: transitland-route-geometry-generator-linux
3333
- name: Attach Linux binary to GitHub release

0 commit comments

Comments
 (0)