Skip to content

Commit

Permalink
Merge pull request #33 from arjun-menon/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
arjun-menon authored Jul 27, 2024
2 parents 5aaeb28 + 08ae2e9 commit d315a82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Upload class structure diagrams
#if: matrix.python-version == '3.11'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: class-structure
path: class-structure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: python -m build

- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
alteza --content "$INPUT_PATH" --output alteza-output
- name: Upload website ZIP file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: alteza-output
path: alteza-output
Expand Down

0 comments on commit d315a82

Please sign in to comment.