Skip to content

Commit

Permalink
upgrade to action upload-actifact version 4 / fix code break
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Echavarria committed Sep 13, 2024
1 parent a83227d commit dc190da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: eskatos/gradle-command-action@v1
with:
arguments: --no-daemon test jacocoTestReport
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test-results
Expand All @@ -78,7 +78,7 @@ jobs:
- uses: eskatos/gradle-command-action@v1
with:
arguments: --no-daemon jpi
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: jpi
path: build/libs/templating-engine.hpi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject
*/
class FileSystemWrapperFactory {

|| private static Map<String, FileSystemWrapper> cache = [:]
private static Map<String, FileSystemWrapper> cache = [:]

/**
* Creates a FileSystemWrapper. Can either be provided an SCM directly
Expand Down

0 comments on commit dc190da

Please sign in to comment.