File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ permissions:
2424
2525jobs :
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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments