Skip to content

Commit aaaeacd

Browse files
authored
Merge pull request #439 from wbbaddons/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 5b31d5c + 55de274 commit aaaeacd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v4
47+
- uses: actions/upload-artifact@v5
4848
with:
4949
name: tims-package-server
5050
path: target/*/tims-package-server

0 commit comments

Comments
 (0)