From ab98fa31d4f636a533f6039cb071f63eab4329ba Mon Sep 17 00:00:00 2001 From: Hussain sheriff Date: Sun, 15 Feb 2026 12:14:17 +0530 Subject: [PATCH] Upgrade GitHub Actions to latest versions --- .github/workflows/action.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index 9d99ffc31..a476e24a0 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.8 - name: Install libraries @@ -27,7 +27,7 @@ jobs: cd function zip -r ../${{ github.sha }}.zip . - name: Archive artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: zipped-bundle path: ${{ github.sha }}.zip @@ -37,7 +37,7 @@ jobs: needs: build steps: - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: zipped-bundle - name: Configure AWS credentials @@ -47,6 +47,6 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - name: Upload to S3 - run: aws s3 cp ${{ github.sha }}.zip s3:///${{ github.repository }}/${{ github.sha }}.zip + run: aws s3 cp ${{ github.sha }}.zip s3://test-giit-4234dfgd423435vfvc/${{ github.repository }}/${{ github.sha }}.zip - \ No newline at end of file +