Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ ubuntu-22.04, ubuntu-20.04]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fix tags
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
bin/tap package create ./package.xml
popd
- name: Upload binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TapPackage
retention-days: 14
Expand All @@ -62,7 +62,7 @@ jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -81,7 +81,7 @@ jobs:
test-macos:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- build-ubuntu
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: TapPackage
path: ./
Expand All @@ -131,9 +131,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Pages Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -149,7 +149,7 @@ jobs:
NODE_OPTIONS: --openssl-legacy-provider
working-directory: Documentation/TAP_Python_Help
- name: Upload Docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Pages
retention-days: 14
Expand Down
Binary file modified Python.Dependencies/Python.Runtime.dll
Binary file not shown.
Loading