Skip to content

Commit 84c4889

Browse files
authored
Switch to hexdoc-dev/actions and artifacts v4 (#836)
2 parents 267b677 + b5530c3 commit 84c4889

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424

2525
jobs:
2626
hexdoc:
27-
uses: hexdoc-dev/hexdoc/.github/workflows/hexdoc.yml@main
27+
uses: hexdoc-dev/actions/.github/workflows/hexdoc.yml@v1
2828
permissions:
2929
contents: write
3030
pages: read
@@ -51,7 +51,7 @@ jobs:
5151
id-token: write
5252
steps:
5353
- name: Download package artifact
54-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4
5555
with:
5656
name: hexdoc-build
5757
path: dist

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
hexdoc:
7575
# don't bother running the docs build when pushing to main - nothing necessary to cache here
7676
if: github.event_name != 'push'
77-
uses: hexdoc-dev/hexdoc/.github/workflows/hexdoc.yml@main
77+
uses: hexdoc-dev/actions/.github/workflows/hexdoc.yml@v1
7878
permissions:
7979
contents: write
8080
pages: read

0 commit comments

Comments
 (0)