Skip to content

Commit

Permalink
Update build-dev-release.yml
Browse files Browse the repository at this point in the history
Updating the github actions which were deprecated
  • Loading branch information
SangameshV authored Jan 22, 2025
1 parent a38eeac commit 7102290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check-out source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Define development release info
if: startsWith(github.ref, 'refs/heads/')
Expand All @@ -36,7 +36,7 @@ jobs:

- name: Publish build artifacts
if: env.DO_BUILD
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build_artifacts
path: ${{ env.DIST_DIR }}
Expand All @@ -62,4 +62,4 @@ jobs:





0 comments on commit 7102290

Please sign in to comment.