Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DartPower authored Oct 26, 2024
1 parent 2279376 commit 5134b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Install Dependencies
shell: bash
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Upload Package
if: runner.os == 'Windows' # Remove to store packages of all targets
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
path: build/package
name: ${{ matrix.config.name }} ${{ matrix.config.build_type }}
Expand Down

0 comments on commit 5134b1c

Please sign in to comment.