Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
koic committed Jan 3, 2024
2 parents 8dcf67f + 5b651d2 commit b778f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
done
if: always() && runner.os == 'Linux'
- name: Archive Screen Recording
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: videos
path: |
Expand Down

0 comments on commit b778f63

Please sign in to comment.