Skip to content

Commit

Permalink
upload-artifact version bumped to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas-E committed Sep 29, 2024
1 parent dd08e01 commit 5d8c988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Describe Tag & Branch Name
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/20')
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
name: Build source distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-python@v2
name: Install Python
Expand Down

0 comments on commit 5d8c988

Please sign in to comment.