Skip to content

Commit

Permalink
CI actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Apr 30, 2024
1 parent ab76491 commit 7e2c233
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

- name: Set up variables
id: vars
Expand All @@ -32,7 +32,7 @@ jobs:
# Ensure Python version
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{env.PYTHON_VERSION}}

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
Compress-Archive -Path $FolderName -DestinationPath Twitch.Drops.Miner.Windows.zip
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: Twitch.Drops.Miner.Windows
Expand All @@ -77,7 +77,7 @@ jobs:

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

- name: Set up variables
id: vars
Expand All @@ -90,7 +90,7 @@ jobs:
# NOTE: We're only use a custom version of Python here because truststore requires at least Python 3.10, but Ubuntu 20.04 has Python 3.8.
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{env.PYTHON_VERSION}}

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
7z a Twitch.Drops.Miner.Linux.PyInstaller.zip "${folder}"
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: Twitch.Drops.Miner.Linux.PyInstaller
Expand All @@ -148,7 +148,7 @@ jobs:

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

- name: Set up variables
id: vars
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
7z a Twitch.Drops.Miner.Linux.AppImage.zip "${folder}"
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: Twitch.Drops.Miner.Linux.AppImage
Expand Down

0 comments on commit 7e2c233

Please sign in to comment.