Skip to content

Commit

Permalink
Workflow package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Meorawr committed May 6, 2023
1 parent 16f4ee5 commit e3f45d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
annotate: warning

- name: Create Package
uses: BigWigsMods/packager@v2
uses: BigWigsMods/packager@master
with:
args: -d -z -S

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Chomp-PR-${{ github.event.number }}
path: .release/
Expand Down

0 comments on commit e3f45d8

Please sign in to comment.