Skip to content

Commit c5dfa66

Browse files
authored
Replace removed action in build_dev_version.yml (#2775)
1 parent cc824ac commit c5dfa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_dev_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: echo "BRANCH_NAME=${BRANCH_NAME//[^a-zA-Z0-9]/-}" >> $GITHUB_ENV
4545

4646
- name: Remove old artifacts
47-
uses: ThreadsStyling/purge-artifacts-action@v1
47+
uses: rokibhasansagar/purge-artifacts-action@master
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050
expire-in: 0

0 commit comments

Comments
 (0)