Skip to content

Commit

Permalink
build(deps): Bump actions/upload-artifact from 2 to 3 (#259)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 31, 2023
1 parent d65e55d commit c3ef133
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
command: build
args: --release --target ${{ matrix.architecture }}
- name: Save library
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.architecture }}-siera
path: target/${{ matrix.architecture }}/release/siera
Expand All @@ -41,7 +41,7 @@ jobs:
command: build
args: --release
- name: Save library
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: linux-siera
path: target/release/siera
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
echo "::set-output name=VERSION::$(cargo get version)"
echo "VERSION=$(cargo get version)" >> $GITHUB_ENV
- name: Save library
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: debian-siera
path: target/debian/siera_${{ env.VERSION }}_amd64.deb
Expand All @@ -83,7 +83,7 @@ jobs:
command: build
args: --release
- name: Save library
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: windows-siera
path: target/release/siera.exe
Expand Down

0 comments on commit c3ef133

Please sign in to comment.