Skip to content

Commit

Permalink
Refactor GitHub Actions workflow to use actions/download-artifact@v4
Browse files Browse the repository at this point in the history
Update version to 1.2.2 in config.py and setup.py
  • Loading branch information
JakubAndrysek committed Sep 22, 2024
1 parent 2904500 commit dc79107
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
2 changes: 1 addition & 1 deletion ForrestHub-app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class Config:
VERSION = "1.2.1"
VERSION = "1.2.2"
DATAFILE = "ForrestHub-data.json"
LOG_FOLDER = "ForrestHub-logs"
ALLOWED_EXTENSIONS = ["json"]
Expand Down
2 changes: 1 addition & 1 deletion ForrestHub-app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ForrestHub App',
version='1.2.1',
version='1.2.2',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit dc79107

Please sign in to comment.