Skip to content

Commit

Permalink
Merge 2273a85 into 73d2dc0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 23, 2024
2 parents 73d2dc0 + 2273a85 commit 2a926e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
ARTIFACT_FILENAME: ${{ steps.filename.outputs.artifact }}

- if: github.event.inputs.store_artifacts == 'true'
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: ${{ steps.filename.outputs.artifact }}
path: build/ios/iphoneos/${{ steps.filename.outputs.artifact }}.tar.bz2
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
ARTIFACT_FILENAME: ${{ steps.filename.outputs.artifact }}

- if: github.event.inputs.store_artifacts == 'true'
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: ${{ steps.filename.outputs.artifact }}
path: build/app/outputs/flutter-apk/${{ steps.filename.outputs.artifact }}.tar.bz2
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
ARTIFACT_FILENAME: ${{ steps.filename.outputs.artifact }}

- if: github.event.inputs.store_artifacts == 'true'
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: ${{ steps.filename.outputs.artifact }}
path: build/macos/Build/Products/Release/${{ steps.filename.outputs.artifact }}.tar.bz2
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
ARTIFACT_FILENAME: ${{ steps.filename.outputs.artifact }}

- if: github.event.inputs.store_artifacts == 'true'
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: ${{ steps.filename.outputs.artifact }}
path: build/windows/runner/${{ steps.filename.outputs.artifact }}.tar.gz
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit 2a926e1

Please sign in to comment.