Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/gradle/gradle-buil…
Browse files Browse the repository at this point in the history
…d-action-3.0.0
  • Loading branch information
ParanoidUser authored Feb 6, 2024
2 parents 2fdda7b + 9eb1c77 commit 8f8f213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
tar czfT artifacts.tar.gz artifacts
- name: Upload fork artifacts
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: fork-${{ matrix.job_sid }}
retention-days: 1
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
ref: ${{ github.event.inputs.ref_name }}

- name: Download fork artifacts
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2

- name: Unpack fork artifacts
run: for f in fork-*/artifacts.tar.gz; do tar xf $f && rm $f; done
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
commons-lang3 = "3.14.0"
lombok = "1.18.30"
mockito = "5.2.0"
junit = "5.10.1"
junit-launcher = "1.10.1"
junit = "5.10.2"
junit-launcher = "1.10.2"
awaitility = "4.2.0"
sonarqube = "4.4.1.3373"

Expand Down

0 comments on commit 8f8f213

Please sign in to comment.