Skip to content

Commit 3e97f89

Browse files
authored
Merge pull request #35 from clienthax/revert-34-update
Revert "Update Ghidra and actions"
2 parents 0bbfe97 + 97aa4b1 commit 3e97f89

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/main.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ghidra: ['11.0', '11.0.1']
10+
ghidra: ['11.0']
1111
java: ['17']
1212

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

2020
- name: Setup Java
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@v3
2222
with:
2323
java-version: ${{ matrix.java }}
2424
distribution: temurin
@@ -35,9 +35,8 @@ jobs:
3535
run: ./gradlew
3636

3737
- name: Upload artifact
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v3
3939
with:
40-
name: Ps3GhidraScripts_${{ matrix.ghidra }}
4140
path: dist
4241
retention-days: 7
4342
if-no-files-found: error
@@ -53,7 +52,7 @@ jobs:
5352
uses: actions/checkout@v4
5453

5554
- name: Download artifacts
56-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v3
5756

5857
- name: Create Release
5958
env:

0 commit comments

Comments
 (0)