mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-12-22 05:24:54 +01:00
test github actions v4
This commit is contained in:
parent
378839f4ac
commit
a62eee171d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -20,10 +20,10 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup python environment
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: python setup.py sdist
|
||||
|
||||
- name: Upload CraftBeerPi package to be used in next step
|
||||
uses: actions/upload-artifact@v2.2.4
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: craftbeerpi4
|
||||
path: dist/cbpi4-*.tar.gz
|
||||
|
@ -54,7 +54,7 @@ jobs:
|
|||
name: Builds the docker image(s)
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Prepare docker image and tag names
|
||||
id: prep
|
||||
|
|
Loading…
Reference in a new issue