Skip to content

Commit

Permalink
Update Ghidra and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 authored Feb 4, 2024
1 parent 9583499 commit 4e067d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghidra: ['11.0']
ghidra: ['11.0', '11.0.1']
java: ['17']

steps:
Expand All @@ -18,7 +18,7 @@ jobs:
run: echo "SHORT_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin
Expand All @@ -35,7 +35,7 @@ jobs:
run: ./gradlew

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: dist
retention-days: 7
Expand All @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Create Release
env:
Expand Down

0 comments on commit 4e067d8

Please sign in to comment.