Skip to content

Commit

Permalink
Merge branch 'main' into cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanty authored Apr 24, 2024
2 parents fd68d1d + b4551c4 commit 45cb191
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: tar -czf ${{ env.archive_name }}.tgz ${{ env.archive_name }}

- name: Upload Artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: ${{ matrix.target }}
path: ${{ env.archive_name }}.tgz
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
path: artifacts
merge-multiple: true
Expand Down
6 changes: 3 additions & 3 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
path: artifacts
merge-multiple: true
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
run: cp target/${{ matrix.target }}/release/knope ${{ env.archive_name }}
- name: Upload Artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: ${{ matrix.target }}
path: ${{ env.archive_name }}.tgz
Expand All @@ -322,7 +322,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
path: artifacts
merge-multiple: true
Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/recipes/workflow-dispatch-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: tar -czf ${{ env.archive_name }}.tgz ${{ env.archive_name }}

- name: Upload Artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: ${{ matrix.target }}
path: ${{ env.archive_name }}.tgz
Expand All @@ -117,7 +117,7 @@ jobs:
- uses: actions/[email protected]
with:
ref: ${{ needs.prepare-release.outputs.sha }}
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
path: artifacts
merge-multiple: true
Expand Down

0 comments on commit 45cb191

Please sign in to comment.