Skip to content

Commit e0b3e36

Browse files
authored
Merge pull request #450 from wbbaddons/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 0f12c3f + af74d69 commit e0b3e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache: "npm"
4545
- run: npm ci
4646
- run: cargo build --locked --verbose
47-
- uses: actions/upload-artifact@v5
47+
- uses: actions/upload-artifact@v6
4848
with:
4949
name: tims-package-server
5050
path: target/*/tims-package-server

0 commit comments

Comments
 (0)