Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1516 from findy-network/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dev/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
github-actions[bot] authored Jan 5, 2024
2 parents ff8c7f5 + c1ab14c commit e651f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- name: archive logs
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tests_output
path: tests_output

0 comments on commit e651f1c

Please sign in to comment.