Skip to content

Commit

Permalink
fix(common): referencing upload-artifact action in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Manny authored and Harry Manny committed Jul 26, 2023
1 parent 11101e4 commit fe6858a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/git-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: prepare log retention setter
uses: reusables.actions.action-upload-artifact
uses: actions/upload-artifact@v3
with:
name: log_retention_setter
path: dist/log_retention_setter/bootstrap
- name: prepare global retention setter
uses: reusables.actions.action-upload-artifact
uses: actions/upload-artifact@v3
with:
name: global_retention_setter
path: dist/global_retention_setter/bootstrap
Expand All @@ -34,6 +34,6 @@ jobs:
# name:
audit:
runs-on: ubuntu-latest
steps:
steps:
- name: prepare
run: cargo audit -D warnings
4 changes: 2 additions & 2 deletions .github/workflows/mainandtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
with:
node-version: 18
- name: prepare log retention setter
uses: reusables.actions.action-upload-artifact
uses: actions/upload-artifact@v3
with:
name: log_retention_setter
path: dist/log_retention_setter/bootstrap
- name: prepare global retention setter
uses: reusables.actions.action-upload-artifact
uses: actions/upload-artifact@v3
with:
name: global_retention_setter
path: dist/global_retention_setter/bootstrap
Expand Down

0 comments on commit fe6858a

Please sign in to comment.