Skip to content

Commit

Permalink
Merge pull request #2021 from dmurphy18/fix_actions
Browse files Browse the repository at this point in the history
Further action updates
  • Loading branch information
dmurphy18 authored Sep 24, 2024
2 parents 8d0aca6 + 3d58d55 commit 7e64ec0
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 33 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
name: exitstatus-${{ github.job }}
path: exitstatus/

generate-actions-workflow:
name: Generate The Actions Workflow
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand All @@ -86,8 +86,8 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
name: exitstatus-${{ github.job }}
path: exitstatus/

lint:
name: Lint
Expand All @@ -111,8 +111,8 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
name: exitstatus-${{ github.job }}
path: exitstatus/



Expand Down Expand Up @@ -512,14 +512,15 @@ jobs:
if: always()
uses: actions/download-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/
pattern: exitstatus-*
merge-multiple: true

- name: Delete Exit Status Artifacts
if: always()
uses: geekyeggo/delete-artifact@v5
with:
name: exitstatus
pattern: exitstatus-*
failOnError: false

- name: Set Pipeline Exit Status
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
path: |
.cut_release_version
.cut_release_changes
include-hidden-files: true

merge-develop-into-stable:
name: Merge develop into stable
Expand Down Expand Up @@ -259,6 +260,7 @@ jobs:
ref: stable
repository: ${{ github.repository }}
ssh-key: ${{ secrets.SALT_BOOTSTRAP_RELEASE_KEY }}

- name: Download Release Details
uses: actions/download-artifact@v4
with:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/templates/ci-tail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
if: always()
uses: actions/download-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/
pattern: exitstatus-*
merge-multiple: true

- name: Delete Exit Status Artifacts
if: always()
uses: geekyeggo/delete-artifact@v5
with:
name: exitstatus
pattern: exitstatus-*
failOnError: false

- name: Set Pipeline Exit Status
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/templates/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
name: exitstatus-${{ github.job }}
path: exitstatus/

generate-actions-workflow:
name: Generate The Actions Workflow
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand All @@ -86,8 +86,8 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
name: exitstatus-${{ github.job }}
path: exitstatus/

lint:
name: Lint
Expand All @@ -111,5 +111,5 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
name: exitstatus-${{ github.job }}
path: exitstatus/
8 changes: 4 additions & 4 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
bundler-cache: true

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Upload Exit Status
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
name: exitstatus-${{ github.job }}-${{ matrix.instance }}-${{ inputs.distro-slug }}
path: exitstatus/
8 changes: 4 additions & 4 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
bundler-cache: true

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Upload Exit Status
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
name: exitstatus-${{ github.job }}-${{ matrix.instance }}-${{ inputs.distro-slug }}
path: exitstatus/
10 changes: 5 additions & 5 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
instance: ${{ fromJSON(inputs.instances) }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
env
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Upload Exit Status
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
name: exitstatus-${{ github.job }}-${{ matrix.instance }}-${{ inputs.distro-slug }}
path: exitstatus/

0 comments on commit 7e64ec0

Please sign in to comment.