Skip to content

Commit

Permalink
docs: update docs to latest actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NBprojekt committed Dec 25, 2024
1 parent e46c035 commit 373c0ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:

steps:
- name: 'Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 'Gource Action'
uses: nbprojekt/gource-action@v1

- name: 'Upload gource video'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Gource
path: ./gource/gource.mp4
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
gource_start_date: '2016-04-18'
gource_stop_date: '2019-12-31'

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: gource
path: ./gource/gource.mp4
Expand Down

0 comments on commit 373c0ed

Please sign in to comment.