Skip to content

Commit

Permalink
fix_GitHub_Actions
Browse files Browse the repository at this point in the history
Updated setup-python to version 5 
and upload-artifact to version 4
  • Loading branch information
ya4ept committed May 27, 2024
1 parent 51aedd8 commit 46de610
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_XSTools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: (Windows 2022) Setup python ${{ matrix.python }} ${{ matrix.architecture }}
if: matrix.os == 'windows-2022'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.architecture }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
####################

- name: Making artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: XSTools_${{ matrix.os }}_perl-${{ matrix.perl }}${{ matrix.architecture }}
path: |
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:

- name: (Ubuntu-22.04) Setup python ${{ matrix.python }} ${{ matrix.architecture }}
if: matrix.os == 'ubuntu-22.04'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.architecture }}
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
####################

- name: Making artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: XSTools_${{ matrix.os }}_perl-${{ matrix.perl }}${{ matrix.architecture }}
path: |
Expand Down

0 comments on commit 46de610

Please sign in to comment.