Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jtango18 committed Dec 17, 2024
1 parent 5937b04 commit 5351a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
atlas-package
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bamboo.${{ steps.git-version.outputs.nuGetVersion }}
path: '**/target/*.jar'
Expand All @@ -96,7 +96,7 @@ jobs:
OCTOPUS_HOST: ${{ secrets.OCTOPUS_URL }}
OCTOPUS_SPACE: Integrations
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: bamboo.${{ needs.build.outputs.nuGetVersion }}
path: .
Expand Down

0 comments on commit 5351a24

Please sign in to comment.