Skip to content

Commit

Permalink
Update maven.yml replacing deprecated and removed API
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcnassif authored Oct 1, 2024
1 parent bcab2f1 commit 65f9a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run:
cd target && mv release iped-snapshot-$GITHUB_SHA && tar -zcvf ../iped-snapshot.tar.gz iped-snapshot-$GITHUB_SHA
- name: Upload snapshot
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: iped-snapshot-${{ github.sha }}
path: iped-snapshot.tar.gz
Expand Down

0 comments on commit 65f9a08

Please sign in to comment.