Skip to content

Commit

Permalink
github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Mar 13, 2023
1 parent 6163756 commit a484e50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/package.yml
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.6
python-version: 3.9

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand All @@ -31,7 +31,7 @@ jobs:
run: |
python -m mcdreforged pack -o ./package
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: QuickBackupM distribution for ${{ github.sha }}
path: package/
Expand Down

0 comments on commit a484e50

Please sign in to comment.