Skip to content

Commit a512794

Browse files
authored
Update actions
1 parent 4ae0a61 commit a512794

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/on_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111

12-
- uses: rlespinasse/github-slug-action@v3.x
12+
- uses: rlespinasse/github-slug-action@v5
1313

1414
- name: Create version number
1515
run: echo "VERSION=commit-${{ env.GITHUB_SHA_SHORT }}" >> $GITHUB_ENV
@@ -30,7 +30,7 @@ jobs:
3030
- name: Create the release PDFs
3131
run: docker run -e VERSION=${{ env.VERSION }} -v $GITHUB_WORKSPACE/files/releases:/opt/input -v $GITHUB_WORKSPACE/out/releases:/opt/output time-machine-project/publish_pdfs
3232

33-
- uses: actions/upload-artifact@v2
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
name: rfc_pdf_files
3636
path: out

.github/workflows/on_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- name: Create version number
1515
run: echo "VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
@@ -24,7 +24,7 @@ jobs:
2424
run: docker run -e VERSION=${{ env.VERSION }} -v $GITHUB_WORKSPACE/files:/opt/input -v $GITHUB_WORKSPACE/out:/opt/output time-machine-project/publish_book
2525

2626
- name: Upload the artifacts
27-
uses: alexellis/upload-assets@0.2.2
27+
uses: alexellis/upload-assets@0.4.0
2828
with:
2929
asset_paths: '["./out/*.pdf"]'
3030
env:

0 commit comments

Comments
 (0)