Skip to content

Commit

Permalink
issue #70: changed actions/upload-artifact@v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin authored Dec 10, 2024
1 parent b110b1e commit 6043ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-metrics-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
SELECTED_REPOSITORIES: ${{ github.event.inputs.selected_repositories }}

- name: Upload PDF artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: github_metrics-${{ github.event.inputs.start_date }}-${{ github.event.inputs.end_date }}
path: $USER_SITE/github-metrics/github_metrics-${{ github.event.inputs.start_date }}-${{ github.event.inputs.end_date }}.pdf

0 comments on commit 6043ca9

Please sign in to comment.