Skip to content

Commit

Permalink
Upgrade to actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
taig committed Oct 9, 2024
1 parent 4712b50 commit 04b395e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/GithubActionsGenerator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 04b395e

Please sign in to comment.