Skip to content

Commit

Permalink
fix: update github action workflow from v2 to v3 to avoid deprecated …
Browse files Browse the repository at this point in the history
…process
  • Loading branch information
gwynndp committed Feb 4, 2025
1 parent 58dbb70 commit 9fe7495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/treetracker-frontend-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: github.event_name == 'push' && github.repository == 'Greenstand/treetracker-admin-client'
run: npm run build:dev
working-directory: ${{ env.project-directory }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: github.event_name == 'push' && github.repository == 'Greenstand/treetracker-admin-client'
with:
name: client-bundle
Expand Down

0 comments on commit 9fe7495

Please sign in to comment.