Skip to content

Commit

Permalink
Merge pull request #12 from roblabla/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
roblabla authored and github-actions[bot] committed Feb 1, 2023
2 parents 60e5e2b + 5994043 commit 27b4ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
MACOS_APPLE_PASSWORD: ${{ secrets.MACOS_APPLE_PASSWORD }}
MACOS_APPLE_TEAMID: ${{ secrets.MACOS_APPLE_TEAMID }}
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: natives-${{ matrix.target }}
path: "${{matrix.target}}.build.tar"
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
arguments: -x ip -PallPlatforms buildGhidra
# TODO: remove upload-artifact when create release is sure to work
- name: Upload final dist
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: "build/dist/*"
- name: Remove temporary artifacts
Expand Down

0 comments on commit 27b4ad8

Please sign in to comment.