Skip to content

Commit a484e50

Browse files
committed
github action update
1 parent 6163756 commit a484e50

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Setup python
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@v4
1515
with:
16-
python-version: 3.6
16+
python-version: 3.9
1717

18-
- uses: actions/cache@v2
18+
- uses: actions/cache@v3
1919
with:
2020
path: ~/.cache/pip
2121
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python -m mcdreforged pack -o ./package
3333
34-
- uses: actions/upload-artifact@v2
34+
- uses: actions/upload-artifact@v3
3535
with:
3636
name: QuickBackupM distribution for ${{ github.sha }}
3737
path: package/

0 commit comments

Comments
 (0)