diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 2fb8422..2a80fda 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -108,7 +108,7 @@ jobs: distribution: temurin cache: sbt - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: documentation path: ./documentation diff --git a/project/GithubActionsGenerator.scala b/project/GithubActionsGenerator.scala index 400bf18..29fb8a0 100644 --- a/project/GithubActionsGenerator.scala +++ b/project/GithubActionsGenerator.scala @@ -101,7 +101,7 @@ object GithubActionsGenerator { steps = List( Json.obj( "name" := "Download artifact", - "uses" := "actions/download-artifact@v3", + "uses" := "actions/download-artifact@v4", "with" := Json.obj( "name" := "documentation", "path" := "./documentation"