Skip to content

Commit

Permalink
Merge pull request #81 from myd7349/update-ci
Browse files Browse the repository at this point in the history
bump actions versions
  • Loading branch information
skywind3000 authored Jul 7, 2024
2 parents 7f12015 + de0d678 commit 7de5144
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure
run: >
Expand All @@ -40,7 +40,7 @@ jobs:
cmake --build build --config ${{ env.BUILD_TYPE }}
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PyStand-${{ matrix.arch }}-${{ matrix.subsystem }}
path: build/${{ env.BUILD_TYPE }}
Expand All @@ -59,7 +59,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup WinLibs
run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
cmake --build build --config ${{ env.BUILD_TYPE }}
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PyStand-${{ matrix.sys }}-${{ matrix.subsystem }}
path: build\PyStand.exe
Expand All @@ -101,7 +101,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: List downloaded files
run: ls -R
Expand All @@ -121,7 +121,7 @@ jobs:
PyStand-mingw64-GUI
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 7de5144

Please sign in to comment.