Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent e4a5723 commit fd30954
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
cd $PROJECT_PATH
godot -v --export-debug "Linux/X11" ../build/linux/$EXPORT_NAME.x86_64
- name: Download windows ble-server artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ble-server-windows
path: build/windows/ble-server-windows
- name: Download linux ble-server artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ble-server-linux
path: build/linux/ble-server-linux
Expand Down Expand Up @@ -126,12 +126,12 @@ jobs:

steps:
- name: Download windows build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: brickrail-windows
path: brickrail-windows
- name: Download linux build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: brickrail-linux
path: brickrail-linux
Expand Down

0 comments on commit fd30954

Please sign in to comment.