Skip to content

Commit

Permalink
Upgrade to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
taig committed Oct 9, 2024
1 parent 3f5d48c commit 4712b50
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 @@ -59,7 +59,7 @@ jobs:
cache: sbt
- run: sbt 'set ThisBuild / tpolecatOptionsMode := org.typelevel.sbt.tpolecat.DevMode' documentation/paradox
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: documentation
path: ./modules/documentation/.jvm/target/paradox/site/main/
Expand Down
2 changes: 1 addition & 1 deletion project/GithubActionsGenerator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object GithubActionsGenerator {
if (uploadArtifact)
Json.obj(
"name" := "Upload",
"uses" := "actions/upload-artifact@v3",
"uses" := "actions/upload-artifact@v4",
"with" := Json.obj(
"name" := "documentation",
"path" := "./modules/documentation/.jvm/target/paradox/site/main/",
Expand Down

0 comments on commit 4712b50

Please sign in to comment.