Skip to content

Commit

Permalink
Merge pull request #487 from robbrad/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

chore: bump actions/upload-artifact from 3 to 4
  • Loading branch information
robbrad authored Dec 15, 2023
2 parents 464f216 + 8b0d847 commit ae7a366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/behave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: github.ref == 'refs/heads/master'
run: tar -cvf allure_history_${{ matrix.python-version }}.tar allure-history/${{ matrix.python-version }}
- name: upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/master'
with:
name: allure_history
Expand Down

0 comments on commit ae7a366

Please sign in to comment.