Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/upload-artifact from 3.1.1 to 3.1.2 #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
opam exec make

- name: Upload soteria_pp
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: ${{ runner.os }}-binaries
path: tools/verdict-back-ends/soteria_pp/bin/soteria_pp
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Upload verdict-bundle-app
if: runner.os == 'Linux'
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: ${{ runner.os }}-binaries
path: tools/verdict-back-ends/verdict-bundle/verdict-bundle-app/target/verdict-bundle-app-1.0.0-SNAPSHOT-capsule.jar
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Upload kind2 Linux binary
if: runner.os == 'Linux'
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: ${{ runner.os }}-binaries
path: ${{ steps.extract.outputs.destination }}
Expand All @@ -65,7 +65,7 @@ jobs:

- name: Upload kind2 macOS binary
if: runner.os == 'macOS'
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: ${{ runner.os }}-binaries
path: tools/verdict-back-ends/kind2/bin/kind2
Expand All @@ -77,7 +77,7 @@ jobs:
opam exec make

- name: Upload soteria_pp
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: ${{ runner.os }}-binaries
path: tools/verdict-back-ends/soteria_pp/bin/soteria_pp
Expand Down