Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Bump actions/download-artifact from 3 to 4
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.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 15, 2023
1 parent 32b40dc commit 75416d1
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
@@ -60,25 +60,25 @@ jobs:
uses: actions/checkout@v4

- name: Download Linux build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nng-one-linux64
path: linux64

- name: Download macOS build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nng-one-osx
path: osx

- name: Download Windows build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nng-one-win64
path: win64

- name: Download macOS build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nng-one-osx-arm64
path: osx-arm64

0 comments on commit 75416d1

Please sign in to comment.