Skip to content

Commit

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

chore: bump actions/download-artifact from 3 to 4
  • Loading branch information
robbrad authored Dec 15, 2023
2 parents cb3976d + 52a42c3 commit 464f216
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 @@ -90,7 +90,7 @@ jobs:
needs: build
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: allure_history
path: allure-history/tars
Expand Down

0 comments on commit 464f216

Please sign in to comment.