Skip to content

Commit

Permalink
Merge pull request #109 from noxone/combine-prs-branch
Browse files Browse the repository at this point in the history
Combined PR
  • Loading branch information
noxone authored Dec 15, 2023
2 parents 48eff07 + 49b0751 commit 97faaae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# if running for docker hub, download the prepared artifacts
- name: Download artifacts
if: ${{ inputs.appEnvironment == 'github' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: site
path: build/distributions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: mkdir build/distributions/reports && cp build/reports/detekt/detekt.html build/distributions/reports/ && cp -R build/reports/tests/test build/distributions/reports || true
- name: Upload artifacts
if: ${{ inputs.uploadArtifacts }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site
path: build/distributions
2 changes: 1 addition & 1 deletion .github/workflows/publish-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: "Publish Site"
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: site
path: build/distributions
Expand Down

0 comments on commit 97faaae

Please sign in to comment.