Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and DropSnorz committed Apr 26, 2022
1 parent 8ff0b8d commit 154aeea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@ jobs:
run: echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
id: get-version
- name: Install Windows native Host artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: owlplug-host-win
path: owlplug-host/src/main/resources
- name: Install OSX native Host artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: owlplug-host-osx
path: owlplug-host/src/main/resources
- name: Install Linux native Host artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: owlplug-host-linux
path: owlplug-host/src/main/resources
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
shell: bash
id: get-version
- name: Install Jar artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: owlplug-client-jar
path: owlplug-client/target
Expand All @@ -194,7 +194,7 @@ jobs:
run: echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
id: get-version
- name: Install Jar artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: owlplug-client-jar
path: owlplug-client/target
Expand All @@ -219,7 +219,7 @@ jobs:
run: echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
id: get-version
- name: Install Jar artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: owlplug-client-jar
path: owlplug-client/target
Expand Down

0 comments on commit 154aeea

Please sign in to comment.