Skip to content

Commit

Permalink
Merge pull request #16 from therealryan/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.4.0

Bump actions/upload-artifact from 4.3.6 to 4.4.0
  • Loading branch information
therealryan authored Sep 2, 2024
2 parents 10600c8 + 0e93835 commit 2bc3701
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- uses: actions/checkout@v4

- name: Generate test artifact alpha
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: artifact_alpha
path: 'model/src/main/resources/artifact_alpha'
- name: Generate test artifact beta
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: artifact_beta
path: 'model/src/main/resources/artifact_beta'
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: mvn -B verify --file pom.xml -pl test -am -Dmctf.report.dir=latest

- name: Save flow execution reports
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
id: artifact-upload-step
if: success() || failure()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: mvn -B package --file pom.xml

- name: Save application
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: bowlby
path: app/target/bowlby
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: mvn -B package --file pom.xml -Dmctf.report.dir=latest

- name: Save flow execution reports
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
id: artifact-upload-step
if: success() || failure()
with:
Expand Down

0 comments on commit 2bc3701

Please sign in to comment.