Skip to content

Commit

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

build(deps): Bump actions/upload-artifact from 3 to 4
  • Loading branch information
dark0dave authored Dec 22, 2023
2 parents ffffca2 + 3e589e8 commit f56838b
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@v3
uses: actions/upload-artifact@v4
with:
name: mod_installer-${{ matrix.target }}${{ matrix.suffix }}
path: ./target/release/mod_installer${{ matrix.suffix }}
Expand Down

0 comments on commit f56838b

Please sign in to comment.