Skip to content

Commit

Permalink
Merge pull request #11 from dark0dave/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-3

build(deps): Bump actions/upload-artifact from 1 to 3
  • Loading branch information
dark0dave authored Oct 5, 2023
2 parents d6a9b66 + 64f3cae commit a01229b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
command: build
args: --release
- name: Archive release artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: mod_installer-${{ matrix.target }}${{ matrix.suffix }}
path: ./target/release/mod_installer${{ matrix.suffix }}
Expand Down

0 comments on commit a01229b

Please sign in to comment.