Skip to content

Commit 081b51f

Browse files
chore(deps): update github artifact actions
1 parent b1d1e9f commit 081b51f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
runs:
99
using: composite
1010
steps:
11-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
11+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
1212
with:
1313
pattern: 'gems-*'
1414
merge-multiple: true

.github/workflows/build-gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build gemspec
4444
run: gem build launchdarkly-server-sdk.gemspec --platform=$BUILD_PLATFORM
4545

46-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
46+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4747
if: ${{ inputs.upload-artifact }}
4848
with:
4949
name: gems-${{ inputs.version }}

0 commit comments

Comments
 (0)