Skip to content

Commit

Permalink
Merge pull request #1351 from flatcar/krnowak/bump-gh-actions
Browse files Browse the repository at this point in the history
.github: Bump github actions
  • Loading branch information
krnowak authored Feb 13, 2024
2 parents 0d13b0b + 6ba3320 commit 9860b69
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 9860b69

Please sign in to comment.