Skip to content

Commit ebb38e0

Browse files
author
dwolla-oss-scala-steward[bot]
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 6bd3de4 commit ebb38e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Upload target directories
8080
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
8484
path: targets.tar
@@ -115,7 +115,7 @@ jobs:
115115
run: sbt +update
116116

117117
- name: Download target directories (per-project-matrix)
118-
uses: actions/download-artifact@v4
118+
uses: actions/download-artifact@v6
119119
with:
120120
name: target-${{ matrix.os }}-${{ matrix.java }}-per-project-matrix
121121

0 commit comments

Comments
 (0)