Skip to content

Commit

Permalink
.github: Bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Feb 7, 2024
1 parent 0d13b0b commit 6ba3320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-pr-contrib-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
#

- name: Upload individual reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
retention-days: 32
name: raw-reports
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
tail --lines=+2 prs_closed.md >> report.md
- name: Create issue
uses: peter-evans/create-issue-from-file@v4
uses: peter-evans/create-issue-from-file@v5
with:
title: Monthly contributions report ${{ env.START_DATE }} - ${{ env.END_DATE }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6ba3320

Please sign in to comment.