We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6163756 commit a484e50Copy full SHA for a484e50
1 file changed
.github/workflows/package.yml
@@ -9,13 +9,13 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- name: Setup python
14
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
15
with:
16
- python-version: 3.6
+ python-version: 3.9
17
18
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
19
20
path: ~/.cache/pip
21
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
python -m mcdreforged pack -o ./package
33
34
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
35
36
name: QuickBackupM distribution for ${{ github.sha }}
37
path: package/
0 commit comments