Skip to content

Commit 9860b69

Browse files
authored
Merge pull request #1351 from flatcar/krnowak/bump-gh-actions
.github: Bump github actions
2 parents 0d13b0b + 6ba3320 commit 9860b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue-pr-contrib-metrics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
#
276276

277277
- name: Upload individual reports
278-
uses: actions/upload-artifact@v3
278+
uses: actions/upload-artifact@v4
279279
with:
280280
retention-days: 32
281281
name: raw-reports
@@ -430,7 +430,7 @@ jobs:
430430
tail --lines=+2 prs_closed.md >> report.md
431431
432432
- name: Create issue
433-
uses: peter-evans/create-issue-from-file@v4
433+
uses: peter-evans/create-issue-from-file@v5
434434
with:
435435
title: Monthly contributions report ${{ env.START_DATE }} - ${{ env.END_DATE }}
436436
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)