Skip to content

Commit

Permalink
Merge pull request #292 from BBVA/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
CesarGallego committed Jul 8, 2024
2 parents 512ef56 + 56efced commit 8892e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive binaries as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: |
Expand Down

0 comments on commit 8892e96

Please sign in to comment.