Skip to content

Commit

Permalink
ci: Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Dec 2, 2024
1 parent a6b190c commit 780b64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: scripts/list-contributors | tee contributions.txt
-
name: Upload contributions.txt
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: contributions
path: contributions.txt
Expand All @@ -68,7 +68,7 @@ jobs:
run: scripts/list-todos | tee open_todos.txt
-
name: Upload todos.txt
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: open_todos
path: open_todos.txt
Expand Down

0 comments on commit 780b64d

Please sign in to comment.